diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ea1920..77ce857d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.3.0 (2024-03-12) + +- Add `Validation.reject_tokens_expiring_in_less_than`, the opposite of leeway + ## 9.2.0 (2023-12-01) - Add an option to not validate `aud` in the Validation struct diff --git a/Cargo.toml b/Cargo.toml index f355a8dc..5fd03f60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "9.2.0" +version = "9.3.0" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"