From 87bbe49004de17ac1c64bf25d7751c0e43cff5dc Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Thu, 6 Feb 2025 21:04:36 +0100 Subject: [PATCH] New release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ce857..1adb029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.3.1 (2024-02-06) + +- Update base64 + ## 9.3.0 (2024-03-12) - Add `Validation.reject_tokens_expiring_in_less_than`, the opposite of leeway diff --git a/Cargo.toml b/Cargo.toml index 92178dd..aed9704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "9.3.0" +version = "9.3.1" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"