doc: README.md, CHANGELOG.md

This commit is contained in:
cduvray 2023-02-13 08:40:22 +01:00
parent a8b510a03e
commit 857af52271
4 changed files with 30 additions and 18 deletions

View file

@ -7,13 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.7.0 (2023-02-14)
### Changed
- Refresh configuration - simplification, minimal_refresh_interval removed (replaced by refresh_interval in KeyNotFound refresh strategy)
### Added
- integration tests, unit tests
## 0.6.0 (2023-02-05)
### Added
- JwtAuthorizer::from_oidc(issuer_uri) - building from oidc discovery page
### Chnaged
### Changed
- JwtAuthorizer::layer() becomes async