diff --git a/CHANGELOG.md b/CHANGELOG.md index c157fe8..7cf9ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.2.0 (2020-06-30) + +- Add `dangerous_insecure_decode` to replace `dangerous_unsafe_decode`, which is now deprecated +- Add `dangerous_insecure_decode_with_validation` + ## 7.1.2 (2020-06-16) - Derive `Hash` for `Header` and `Algorithm` diff --git a/Cargo.toml b/Cargo.toml index d7b4d13..5b88897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "7.1.2" +version = "7.2.0" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"