Prepare for 7.1.0

This commit is contained in:
Vincent Prouillet 2020-03-01 19:58:18 +01:00
parent d00d2f4e4b
commit fa05ece73c
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
# 7.1.0 (2020-03-01)
- Add `into_static` to `DecodingKey` for easier re-use
# 7.0.0 (2020-01-28)
- Add support for PS256, PS384 and PS512

View File

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