Update changelog

This commit is contained in:
Vincent Prouillet 2019-06-16 18:03:21 +02:00
parent 2def25ee87
commit 357eb4c539
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
# 7.0.0 (unreleased)
- Add support for PS256, PS384 and PS512
- Change API for both sign/verify to take a `Key` enum rather than bytes
## 6.0.1 (2019-05-10)
- Fix Algorithm mapping in FromStr for RSA

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "6.0.1"
version = "7.0.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
license = "MIT"
readme = "README.md"