Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump for release
Browse files Browse the repository at this point in the history
cpiemontese committed Apr 17, 2024
1 parent 603efe1 commit e0c0a8d
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jwks_client_rs"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Mite Ristovski <mite.ristovski@hotmail.com>", "Simone Cottini <cottini.simone@gmail.com>"]
license = "MIT"

0 comments on commit e0c0a8d

Please sign in to comment.