Skip to content

Commit

Permalink
v9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Mar 21, 2024
1 parent 29674b6 commit 5162702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "9.2.0"
version = "9.3.0"
authors = ["Vincent Prouillet <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 5162702

Please sign in to comment.