diff --git a/CHANGES.md b/CHANGES.md index 55ffc6b6b..3e22d0019 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,9 @@ # Changes -## 0.7.0 (2019-xx-xx) +## 0.6.0 (2019-07-08) + +* actix-web 1.0.0 compatibility * Upgraded logic that evaluates session state, including new SessionStatus field, and introduced ``session.renew()`` and ``session.purge()`` functionality. @@ -11,10 +13,6 @@ session's redis cache entry. -## 0.6.0 (2019-05-18) - -* actix-web 1.0.0 compatibility - ## 0.5.1 (2018-08-02) diff --git a/Cargo.toml b/Cargo.toml index 64b83b133..b1c82a7d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-redis" -version = "0.7.0" +version = "0.6.0" authors = ["Nikolay Kim "] description = "Redis integration for actix framework" license = "MIT/Apache-2.0"