From fa05ece73cdd20f6496609d6242e942d3e6656ac Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 1 Mar 2020 19:58:18 +0100 Subject: [PATCH] Prepare for 7.1.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856fc38..17c3d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 7.1.0 (2020-03-01) + +- Add `into_static` to `DecodingKey` for easier re-use + # 7.0.0 (2020-01-28) - Add support for PS256, PS384 and PS512 diff --git a/Cargo.toml b/Cargo.toml index f203110..21e24f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "7.0.1" +version = "7.1.0" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"