Prepare for 7.2.0 (#143)

This commit is contained in:
Vincent Prouillet 2020-06-30 21:25:25 +02:00 committed by GitHub
parent 64f276c814
commit 7a7367361f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

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

View File

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