Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.7.5" date="2026-07-26" description="v1.7.5">
<action dev="jodastephen" type="update">
Prepare release 1.7.5.
</action>
</release>
<release version="1.7.4" date="2026-07-26" description="v1.7.4">
Comment on lines +11 to 16
<action dev="jodastephen" type="update">
Update to time-zone data 2026cgtz.
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Various documentation is available:

## <i></i> Releases

Release 1.7.4 is the latest release.
Release 1.7.5 is the latest release.
It is considered to be stable and usable in production.

The project runs on Java SE 6 (or later) and has no [dependencies](dependencies.html).
Expand All @@ -59,7 +59,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.threeten%20
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</dependency>
```

Expand Down
Loading