Skip to content

Commit 58f2df2

Browse files
committed
Next version
1 parent fa92c4f commit 58f2df2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 9.2.0 (2023-11-07)
4+
5+
- Add an option to not validate `aud` in the Validation struct
6+
- Get the current timestamp in wasm without using std
7+
38
## 9.1.0 (2023-10-21)
49

510
- Supports deserialization of unsupported algorithms for JWKs

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.1.0"
3+
version = "9.2.0"
44
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)