Skip to content

Commit

Permalink
Next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Dec 1, 2023
1 parent fa92c4f commit 58f2df2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 9.2.0 (2023-11-07)

- Add an option to not validate `aud` in the Validation struct
- Get the current timestamp in wasm without using std

## 9.1.0 (2023-10-21)

- Supports deserialization of unsupported algorithms for JWKs
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.1.0"
version = "9.2.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 58f2df2

Please sign in to comment.