From 5162702a858f10613d65c3687bcc627d6595ff9e Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Thu, 21 Mar 2024 23:20:33 +0100 Subject: [PATCH] v9.3.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"