diff --git a/CHANGELOG.md b/CHANGELOG.md index d5040b358..792eefd35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.8.0 - TBD +## 2.8.0 - 2018-04-24 ### Added @@ -63,26 +63,6 @@ All notable changes to this project will be documented in this file, in reverse - [#61](https://github.com/zendframework/zend-cache/pull/61) sets the Zend Data Cache minTtl value to 1. -## 2.7.3 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - - [#147](https://github.com/zendframework/zend-cache/pull/147) fixes the Redis extension by ensuring it casts the results of `exists()` to a boolean when testing if the storage contains an item. diff --git a/composer.json b/composer.json index a266c0d13..7d8f29faf 100644 --- a/composer.json +++ b/composer.json @@ -76,8 +76,8 @@ }, "extra": { "branch-alias": { - "dev-master": "2.7.x-dev", - "dev-develop": "2.8.x-dev" + "dev-master": "2.8.x-dev", + "dev-develop": "2.9.x-dev" }, "zf": { "component": "Zend\\Cache", diff --git a/composer.lock b/composer.lock index 6ed633aea..3b6f60db5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9fa7082ad17f5261baa8e6f4ae3ff89d", + "content-hash": "ccab545fd85db70706dfa8d164e57976", "packages": [ { "name": "container-interop/container-interop",