Skip to content

Commit

Permalink
Prepare for 0.17.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rvesse committed Oct 2, 2024
1 parent 76a7266 commit d5759ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGE LOG

# 0.17.3

- Build improvements:
- Jackson upgraded to 2.18.0
- Various build and test dependencies upgraded to latest available

# 0.17.2

- Build improvements:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To depend on this library add the following to your Maven dependencies:
```

Where `IMPLEMENTATION` is the desired implementation module for your target servlet container runtime and `X.Y.Z` is the
desired version. The current stable version is `0.17.2`, development snapshots are `1.0.0-SNAPSHOT`.
desired version. The current stable version is `0.17.3`, development snapshots are `1.0.0-SNAPSHOT`.

**NB** Our SNAPSHOT builds are `1.0.0` because we consider this library functionally complete, however we're waiting
until [`jjwt`][jjwt] reaches their `1.0.0` release before making our own corresponding `1.0.0` release.
Expand Down

0 comments on commit d5759ff

Please # to comment.