diff --git a/changelog.md b/changelog.md index e16b8abe..b7244f02 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ ## Unreleased +## 2.7.0 - Released 53/28/2018 + - enables diskless replication configuration for versions `~> 2.6 || ~> 3.0` ([#340]https://github.com/brianbianco/redisio/pull/340) + - adds chef 13 compatability ([#350]https://github.com/brianbianco/redisio/pull/350) + + ## 2.6.1 - Released 5/10/2017 - Restrict aof-load-truncated to redis 3+ ([#343](https://github.com/brianbianco/redisio/pull/343)) - Fix Redis 2.4.x config ([#344](https://github.com/brianbianco/redisio/pull/344)) diff --git a/metadata.rb b/metadata.rb index e8b00728..c9b99610 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Installs/Configures redis' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.6.1' +version '2.7.0' %w( amazon