Release 1.1.3

This commit is contained in:
Vincent Prouillet 2016-04-25 11:34:14 +01:00
parent 0f3b26c27f
commit ea5506d8d8
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -72,6 +72,7 @@ test bench_encode ... bench: 4,261 ns/iter (+/- 722)
## Changelog
- 1.1.3: Make sign and verify public
- 1.1.2: Update rust-crypto to 0.2.35
- 1.1.1: Don't serialize empty fields in header
- 1.1.0: Impl Error for jsonwebtoken errors