diff --git a/redis/CHANGELOG.md b/redis/CHANGELOG.md index 71b9498..aa08a09 100644 --- a/redis/CHANGELOG.md +++ b/redis/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.0] - 2024-09-20 + +- Update `redis` dependency to version `0.27` + ## [0.17.2] - 2024-09-19 - Fix optional `serde` dependency diff --git a/redis/Cargo.toml b/redis/Cargo.toml index bf1c3b8..56d9b31 100644 --- a/redis/Cargo.toml +++ b/redis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deadpool-redis" -version = "0.17.2" +version = "0.18.0" edition = "2021" rust-version = "1.75" authors = [