chore: release 0.6.0

This commit is contained in:
cduvray 2023-02-01 22:10:18 +01:00
parent f1b11ecf3b
commit 3a6a31b418
4 changed files with 27 additions and 12 deletions

View file

@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 (2023-02-05)
### Added
- JwtAuthorizer::from_oidc(issuer_uri) - building from oidc discovery page
### Chnaged
- JwtAuthorizer::layer() becomes async
### Minor Changes
- demo-server refactoring
## 0.5.0 - (2023-1-28)
### Changed
@ -47,10 +61,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.3.0 - (2023-1-13)
### Added
### Added
- building the authorizer layer from rsa, ec, ed PEM files and from secret phrase (9bd99b2a)
- building the authorizer layer from rsa, ec, ed PEM files and from secret phrase (9bd99b2a)
## 0.2.0 - (2023-1-10)
Initial release
Initial release