Skip to content

Commit 5162702

Browse files
committed
v9.3.0
1 parent 29674b6 commit 5162702

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 9.3.0 (2024-03-12)
4+
5+
- Add `Validation.reject_tokens_expiring_in_less_than`, the opposite of leeway
6+
37
## 9.2.0 (2023-12-01)
48

59
- Add an option to not validate `aud` in the Validation struct

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonwebtoken"
3-
version = "9.2.0"
3+
version = "9.3.0"
44
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)