From ec02b70a9917a9e93ee47fe93b0bab5005b18b9e Mon Sep 17 00:00:00 2001 From: cduvray Date: Fri, 27 Jan 2023 21:17:44 +0100 Subject: [PATCH] chore: release 0.5.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- jwt-authorizer/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 751b309..e5bc39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - (2023-1-28) + ### Changed - JwtAuthorizer creation simplified: diff --git a/Cargo.lock b/Cargo.lock index 7cc5fcf..d990bf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "jwt-authorizer" -version = "0.4.0" +version = "0.5.0" dependencies = [ "axum", "futures-core", diff --git a/jwt-authorizer/Cargo.toml b/jwt-authorizer/Cargo.toml index 7889d69..959d3e8 100644 --- a/jwt-authorizer/Cargo.toml +++ b/jwt-authorizer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jwt-authorizer" description = "jwt authorizer middleware for axum" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["cduvray "] license = "MIT"