From 369877d9184ea1ed42ab5d272b859616ba0c1f15 Mon Sep 17 00:00:00 2001 From: mae <26093674+MaeIsBad@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:49:33 +0200 Subject: [PATCH] Bump --- CHANGELOG.md | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ba319..347ef5a 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 the token cache is incompatible with old versions of the library. --- @@ -420,7 +425,9 @@ 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"