From 498fc7eb05397fcf6a3c3c7b9ad379a6b04eeb48 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 29 Feb 2016 10:32:13 +0000 Subject: [PATCH] 1.1.0 --- Cargo.toml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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