diff --git a/Cargo.toml b/Cargo.toml index 8719c71..4bf5b35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "1.1.4" +version = "1.1.5" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md" diff --git a/README.md b/README.md index 697b31d..ad87003 100644 --- a/README.md +++ b/README.md @@ -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