From d423550209178c7733460b5793585cbb17b04855 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 24 Aug 2016 12:50:32 +0100 Subject: [PATCH] Release v1.1.5 --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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