From 2e8aa8d3f8b40a05fd90c93f733da3d5cab9b076 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 28 Sep 2021 21:26:52 +0200 Subject: [PATCH] Beta 3 --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1d147..02b22fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - `Validation::iss` is now a `HashSet` instead of a single value - `decode` will now error if `Validation::algorithms` is empty - Add JWKs types for easy interop with various Oauth providers +- Removed `decode_*` functions in favour of using the `Validation` struct ## 7.2.0 (2020-06-30) diff --git a/Cargo.toml b/Cargo.toml index f93aecc..1133c6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "8.0.0-beta.2" +version = "8.0.0-beta.3" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"