diff --git a/CHANGELOG b/CHANGELOG index 7dbf447..75ac465 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,11 @@ Release notes for the fsalum-redis module. ------------------------------------------ +#### 1.0.1 - 2014-09-16 + +* Allowing redis package name as a param. #35 (@nprimmer) +* add $redis_version_override #37 (@tmclaugh) + #### 1.0.0 - 2014-06-08 Many CHANGES to this version, complete rewrite of redis.conf template diff --git a/Modulefile b/Modulefile index bbd1a48..c8b4289 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'fsalum-redis' -version '1.0.0' +version '1.0.1' source 'git://github.com/fsalum/puppet-redis.git' author 'Felipe Salum' license 'Apache License, Version 2.0'