diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md
index 5cbc47b24..98bbf686d 100644
--- a/actix-redis/CHANGES.md
+++ b/actix-redis/CHANGES.md
@@ -1,6 +1,6 @@
 # Changes
 
-## [Unreleased]
+## [0.9.0-alpha.2]
 
 * Add `cookie_http_only` functionality to RedisSession builder, setting this
   to false allows JavaScript to access cookies. Defaults to true.
diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml
index 3b30e73cf..6bf51c5f2 100644
--- a/actix-redis/Cargo.toml
+++ b/actix-redis/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "actix-redis"
-version = "0.9.0-alpha.1"
+version = "0.9.0-alpha.2"
 authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
 description = "Redis integration for actix framework"
 license = "MIT/Apache-2.0"