diff --git a/changelog.md b/changelog.md index b7244f02..dd686855 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,10 @@ ## Unreleased -## 2.7.0 - Released 53/28/2018 +## 2.7.1 - 3/30/2018 +- fixes sentinal config where `announce-ip` was being given the value of `announce-port` improperly ([#354]) + +## 2.7.0 - Released 3/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) diff --git a/metadata.rb b/metadata.rb index c9b99610..7a3f1b37 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.7.0' +version '2.7.1' %w( amazon