chore: release

This commit is contained in:
cduvray 2023-11-20 07:59:45 +01:00
parent ce0f83517e
commit 8cec2283e0
3 changed files with 7 additions and 2 deletions

View file

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.13.0 (2023-11-20)
- added support for custom http client in jwks discovery (fixes #41)
- `algs` added to configurable validation options
- missing alg in JWK no longer defaults to RS256 but to all algs of the same alg familly
- jsonwebtoken updated (8.3.0 -> 9.1.0)
- make RegisteredClaims serializable (fixes #38)

2
Cargo.lock generated
View file

@ -933,7 +933,7 @@ dependencies = [
[[package]]
name = "jwt-authorizer"
version = "0.12.0"
version = "0.13.0"
dependencies = [
"axum",
"chrono",

View file

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