We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d0c05 commit ecb2a4bCopy full SHA for ecb2a4b
changelog.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## 2.6.1 - Released 5/10/2017
6
+ - Restrict aof-load-truncated to redis 3+ ([#343](https://github.com/brianbianco/redisio/pull/343))
7
+ - Fix Redis 2.4.x config ([#344](https://github.com/brianbianco/redisio/pull/344))
8
+
9
## 2.6.0 - Released 5/9/2017
10
- Update 'bind' config comments ([#293](https://github.com/brianbianco/redisio/pull/293))
11
- Add disable_os_default recipe ([#224](https://github.com/brianbianco/redisio/pull/224))
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
0 commit comments