diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed1ddc4..9de10c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 13e45a51..d27b09a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "9.1.0" +version = "9.2.0" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"