diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d60af..627bb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2014-12-03 - 1.2.2 (Bugfix release) + +#### Bugfixes: + +- use ensure_packages to avoid redeclares +- update stdlib version requirement, because of ensure_packages +- small fix in README examples + ## 2014-11-28 - 1.2.1 (Bugfix release) #### Bugfixes: diff --git a/Modulefile b/Modulefile index 4abc605..107a8d4 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'dwerder-redis' -version '1.2.1' +version '1.2.2' source 'git clone https://github.com/echocat/puppet-redis.git' author 'Daniel Werdermann' license 'Mozilla Public License Version 2.0' diff --git a/metadata.json b/metadata.json index a1002e0..cce2f00 100644 --- a/metadata.json +++ b/metadata.json @@ -27,7 +27,7 @@ } ], "name": "dwerder-redis", - "version": "1.2.1", + "version": "1.2.2", "source": "git clone https://github.com/echocat/puppet-redis.git", "author": "Daniel Werdermann", "license": "Mozilla Public License Version 2.0", @@ -37,7 +37,7 @@ "dependencies": [ { "name": "puppetlabs/stdlib", - "version_requirement": ">= 3.2.0" + "version_requirement": ">= 4.2.0" } ], "types": [