Skip to content

Commit

Permalink
Prep release (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad authored May 2, 2024
1 parent 3adf530 commit 7a4cc71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.16.1] - 2024-05-02

### Changed

- Added jwks_client_rs instead of reimplementing it's functionality
- Updated reqwest to 0.12, reqwest-middleware to 0.3 and http to 1.0

---

## [0.16.0] - 2024-03-11

### Added
Expand Down Expand Up @@ -338,7 +347,9 @@ The old API is still available but deprecated. It will be removed soon.



[Unreleased]: https://github.com/primait/bridge.rs/compare/0.16.0...HEAD

[Unreleased]: https://github.com/primait/bridge.rs/compare/0.16.1...HEAD
[0.16.1]: https://github.com/primait/bridge.rs/compare/0.16.0...0.16.1
[0.16.0]: https://github.com/primait/bridge.rs/compare/0.15.1-rc.0...0.16.0
[0.15.1]: https://github.com/primait/bridge.rs/compare/0.15.0...0.15.1
[0.15.0]: https://github.com/primait/bridge.rs/compare/0.14.6...0.15.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "prima_bridge"
readme = "README.md"
repository = "https://github.com/primait/bridge.rs"
version = "0.16.0"
version = "0.16.1"
# See https://github.com/rust-lang/rust/issues/107557
rust-version = "1.72"

Expand Down

0 comments on commit 7a4cc71

Please sign in to comment.