diff --git a/Cargo.toml b/Cargo.toml index 6b00d1d..b45974b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "1.0.0" +version = "1.1.0" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md" diff --git a/README.md b/README.md index c10d2f7..72b6aed 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,8 @@ On my thinkpad 440s for a 2 claims struct using SHA256: test bench_decode ... bench: 7,259 ns/iter (+/- 1,506) test bench_encode ... bench: 4,261 ns/iter (+/- 722) ``` + +## Changelog + +1.1.0: Impl Error for jsonwebtoken errors +1.0: Initial release