From 6f05ec9a1a390c17bdb0e2feced60119c5754cb2 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Thu, 25 Feb 2021 11:22:12 +0100 Subject: [PATCH] v8 beta1 --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb824a..1d90900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - `sign`/`verify` now takes a `&[u8]` instead of `&str` to be more flexible - `DecodingKey` now own its data - Remove deprecated `dangerous_unsafe_decode` +- `Validation::iss` is now a `HashSet` instead of a single value ## 7.2.0 (2020-06-30) diff --git a/Cargo.toml b/Cargo.toml index b0e130d..85961e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "8.0.0-beta.0" +version = "8.0.0-beta.1" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"