diff --git a/CHANGELOG.md b/CHANGELOG.md index b303e3f..3fc35cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2015-05-11 - 1.6.0 (Feature/Bugfix release) + +#### Features: + +- Issue #22 Sentinel: add `force_rewrite` parameter for sentinel.conf +- Issue #22 Sentinel: add parameter `sentinel_pid_dir` + +#### Bugfixes: + +- Fixes #22 fix sentinel pid and log locations in init script +- Fixes #23 RedHat: fix stop in initscript (remove signal -QUIT) + ## 2015-04-21 - 1.5.0 (Feature release) #### Features: diff --git a/metadata.json b/metadata.json index 1f2d757..fe12402 100644 --- a/metadata.json +++ b/metadata.json @@ -30,7 +30,7 @@ } ], "name": "dwerder-redis", - "version": "1.5.0", + "version": "1.6.0", "source": "git clone https://github.com/echocat/puppet-redis.git", "author": "Daniel Werdermann", "license": "MPL-2.0",