From a7958b87607f3b6f30c21f859eb5207e1d0fd860 Mon Sep 17 00:00:00 2001 From: mae Date: Thu, 2 May 2024 15:40:12 +0200 Subject: [PATCH] Bump --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfad11..2d8c900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +--- + +## [0.16.1] - 2024-05-02 + ### Changed - Added jwks_client_rs instead of reimplemnting it's functionality @@ -343,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 diff --git a/Cargo.toml b/Cargo.toml index b5767c6..0018669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"