diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index 37c3d615d..fc6ddd4d0 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2020-xx-xx + + +## 0.9.1 - 2020-09-12 * Enforce minimum redis-async version of 0.6.3 to workaround breaking patch change. diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index 4c03f61be..3b0c91ff7 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-redis" -version = "0.9.0" +version = "0.9.1" authors = ["Nikolay Kim "] description = "Redis integration for Actix web" license = "MIT OR Apache-2.0"