Skip to content

Commit

Permalink
Prepare for release v1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Mar 24, 2023
1 parent 85866ae commit bc30b7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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.6.7" date="2023-03-24" description="v1.6.7">
<action dev="jodastephen" type="update" >
Update to time-zone data 2023bgtz.
</action>
</release>
<release version="1.6.6" date="2023-03-23" description="v1.6.6">
<action dev="jodastephen" type="update" >
Update to time-zone data 2023agtz.
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 @@ -42,7 +42,7 @@ Various documentation is available:

## <i></i> Releases

Release 1.6.6 is the latest release.
Release 1.6.7 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 @@ -58,7 +58,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.6</version>
<version>1.6.7</version>
</dependency>
```

Expand Down

0 comments on commit bc30b7a

Please sign in to comment.