diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1772d..4561605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## 0.6.0 (15. September, 2024) +### Changed +- (Breaking) Redis 0.26 to 0.27.2. + ## 0.5.1 (20. August, 2024) ### Changed - Renamed aquire to acquire to fix spelling mistake and depreciated aquire, Thank you @AkiraMiyakoda diff --git a/Cargo.toml b/Cargo.toml index 7c04a13..e80c844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redis_pool" -version = "0.5.1" +version = "0.6.0" authors = ["Andrew Wheeler ", "Wil Gaboury"] description = "Library to Provide a redis client and cluster client pools." edition = "2021" diff --git a/README.md b/README.md index 37dcea2..d783d89 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ RedisPool uses [`tokio`] runtime. ```toml # Cargo.toml [dependencies] -redis_pool = "0.5.0" +redis_pool = "0.6.0" ``` #### Cargo Feature Flags