Release new version

This commit is contained in:
Vincent Prouillet 2019-05-10 16:49:31 -07:00
parent cd8bd15234
commit b2d57edc72
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 6.0.1 (2019-05-10)
- Fix Algorithm mapping in FromStr for RSA
## 6.0.0 (2019-04-21)
- Update Ring to 0.14

View File

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