Release v1.1.5

This commit is contained in:
Vincent Prouillet 2016-08-24 12:50:32 +01:00
parent 2ba03d6f06
commit d423550209
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "1.1.4"
version = "1.1.5"
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.5: update ring version
- 1.1.4: use ring instead of rust-crypto
- 1.1.3: Make sign and verify public
- 1.1.2: Update rust-crypto to 0.2.35