Release 1.1.6

This commit is contained in:
Vincent Prouillet 2017-02-13 14:18:43 +09:00
parent 634d75e8fa
commit f9d6d9d685
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "1.1.5"
version = "1.1.6"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
readme = "README.md"

View File

@ -72,6 +72,7 @@ test bench_encode ... bench: 3,301 ns/iter (+/- 465)
## Changelog
- 1.1.6: update ring
- 1.1.5: update ring version
- 1.1.4: use ring instead of rust-crypto
- 1.1.3: Make sign and verify public