From ecb2a4bb3334336c9597bd77bb33d2ffcabe4579 Mon Sep 17 00:00:00 2001 From: Grant Ridder Date: Wed, 10 May 2017 10:28:53 -0700 Subject: [PATCH] Release 2.6.1 - 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)) --- changelog.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2ff223d4..e16b8abe 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ ## Unreleased +## 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)) + ## 2.6.0 - Released 5/9/2017 - Update 'bind' config comments ([#293](https://github.com/brianbianco/redisio/pull/293)) - Add disable_os_default recipe ([#224](https://github.com/brianbianco/redisio/pull/224)) diff --git a/metadata.rb b/metadata.rb index 68afc64e..e8b00728 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.0' +version '2.6.1' %w( amazon