diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d166a..46ebbda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.5.1] - 2024-04-17 + +### Changed + +- Expose TLS features + +--- + ## [0.5.0] - 2023-12-12 ### Changed @@ -92,7 +100,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release 🎉 -[Unreleased]: https://github.com/primait/jwks_client/compare/0.5.0...HEAD + +[Unreleased]: https://github.com/primait/jwks_client/compare/0.5.1...HEAD +[0.5.1]: https://github.com/primait/jwks_client/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/primait/jwks_client/compare/0.4.2...0.5.0 [0.4.2]: https://github.com/primait/jwks_client/compare/0.4.1...0.4.2 [0.4.1]: https://github.com/primait/jwks_client/compare/0.4.0...0.4.1 diff --git a/Cargo.toml b/Cargo.toml index 6bd86bd..52dd6a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jwks_client_rs" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Mite Ristovski ", "Simone Cottini "] license = "MIT"