Skip to content

Commit

Permalink
Prepare for release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Sep 17, 2024
1 parent 26d9941 commit a87d003
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.7.0" date="SNAPSHOT" description="v1.7.0">
<release version="1.7.0" date="2024-09-17" description="v1.7.0">
<action dev="jodastephen" type="fix" >
Enhance TZDB parsing, handling more shortened forms.
</action>
<action dev="jodastephen" type="update" >
Update to time-zone data 2024bgtz.
</action>
</release>
<release version="1.6.9" date="2024-03-25" description="v1.6.9">
<action dev="jodastephen" type="update" >
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.6.9 is the latest release.
Release 1.7.0 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.6.8</version>
<version>1.7.0</version>
</dependency>
```

Expand Down

0 comments on commit a87d003

Please sign in to comment.