chore: release 0.8.1

This commit is contained in:
cduvray 2023-03-16 07:14:50 +01:00
parent ca14e15b67
commit 5b99335da6
3 changed files with 7 additions and 3 deletions

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.8.1 (?-?-?)
## 0.8.1 (2023-03-16)
No public API changes, no new features.
@ -15,6 +15,10 @@ No public API changes, no new features.
- KeyStore, KeySource refactor for better performance and security
### Fixed
- Allow non root OIDC issuer (issue #1)
## 0.8.0 (2023-02-28)
### Added

2
Cargo.lock generated
View file

@ -723,7 +723,7 @@ dependencies = [
[[package]]
name = "jwt-authorizer"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"axum",
"futures-core",

View file

@ -1,7 +1,7 @@
[package]
name = "jwt-authorizer"
description = "jwt authorizer middleware for axum"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
authors = ["cduvray <c_duvray@proton.me>"]
license = "MIT"