From 88c72376b58b0f71003318179a5821f7d4b8e02b Mon Sep 17 00:00:00 2001 From: fsalum Date: Mon, 25 Feb 2013 16:24:14 -0800 Subject: [PATCH] bump version --- CHANGELOG | 2 ++ Modulefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f4c6e76..053d494 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +2013-02-25 - Felipe Salum - 0.0.3 +* Fixing redis.conf less options on Debian 2013-02-25 - Felipe Salum - 0.0.2 * Fixing redis.conf location for Debian 2013-02-25 - Felipe Salum - 0.0.1 diff --git a/Modulefile b/Modulefile index 9aa9cd5..0b5f770 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'fsalum-redis' -version '0.0.2' +version '0.0.3' source 'git://github.com/fsalum/puppet-redis.git' author 'Felipe Salum' license 'Apache License, Version 2.0'