diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb824a..1d90900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - `sign`/`verify` now takes a `&[u8]` instead of `&str` to be more flexible - `DecodingKey` now own its data - Remove deprecated `dangerous_unsafe_decode` +- `Validation::iss` is now a `HashSet` instead of a single value ## 7.2.0 (2020-06-30) diff --git a/Cargo.toml b/Cargo.toml index b0e130d..85961e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "8.0.0-beta.0" +version = "8.0.0-beta.1" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"