From 855793f6a93d569f0bf765c102837e7789b8a327 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 1 Nov 2021 14:30:47 +0100 Subject: [PATCH] Beta 5 --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b22fc..78eab70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - `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 +- Allow float values for `exp` and `nbf`, yes it's in the spec... floats will be rounded to u64 ## 7.2.0 (2020-06-30) diff --git a/Cargo.toml b/Cargo.toml index f8e786c..d95dc7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "8.0.0-beta.4" +version = "8.0.0-beta.5" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"