Skip to content

Commit ecb2a4b

Browse files
committed
Release 2.6.1
- Restrict aof-load-truncated to redis 3+ ([#343](#343)) - Fix Redis 2.4.x config ([#344](#344))
1 parent 57d0c05 commit ecb2a4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

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+
59
## 2.6.0 - Released 5/9/2017
610
- Update 'bind' config comments ([#293](https://github.com/brianbianco/redisio/pull/293))
711
- Add disable_os_default recipe ([#224](https://github.com/brianbianco/redisio/pull/224))

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache-2.0'
55
description 'Installs/Configures redis'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '2.6.0'
7+
version '2.6.1'
88

99
%w(
1010
amazon

0 commit comments

Comments
 (0)