This commit is contained in:
Vincent Prouillet 2021-02-25 11:22:12 +01:00
parent da761fe039
commit 6f05ec9a1a
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "8.0.0-beta.0"
version = "8.0.0-beta.1"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
license = "MIT"
readme = "README.md"