From 769f953f71aca142cdb7aedc7507c4dbc48d34bd Mon Sep 17 00:00:00 2001 From: MaeIsBad <26093674+MaeIsBad@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:51:37 +0200 Subject: [PATCH] Bump (#165) --- CHANGELOG.md | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ba319..4342479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,16 @@ and this project adheres to ## [Unreleased] +--- + +## [0.16.5] - 2024-07-10 + ### Security - Switched to using XChaCha20Poly1305 for the redis token cache encryption. -This addresses a few medium severity security issues with the tokens +This addresses a few medium severity security issues with the tokens. +Note that this means that this, and future versions of the library cannot be used at the same time as older versions. --- @@ -420,7 +425,8 @@ Request::rest(&bridge).send() The old API is still available but deprecated. It will be removed soon. -[Unreleased]: https://github.com/primait/bridge.rs/compare/0.16.3...HEAD +[Unreleased]: https://github.com/primait/bridge.rs/compare/0.16.5...HEAD +[0.16.5]: https://github.com/primait/bridge.rs/compare/0.16.4...0.16.5 [0.16.3]: https://github.com/primait/bridge.rs/compare/0.16.2...0.16.2 [0.16.2]: https://github.com/primait/bridge.rs/compare/0.16.1...0.16.2 [0.16.1]: https://github.com/primait/bridge.rs/compare/0.16.0...0.16.1 diff --git a/Cargo.toml b/Cargo.toml index 486b479..2f23a37 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.4" +version = "0.16.5" # See https://github.com/rust-lang/rust/issues/107557 rust-version = "1.72"