From 7dc55016f469e75b2bcdd459db003d50316c91d2 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Thu, 9 Aug 2012 15:30:44 +0100 Subject: [PATCH] Version 0.4.4 --- CHANGELOG.mdown | 11 +++++++++++ lib/split/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index f958743d..0c6a3b81 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,3 +1,14 @@ +## 0.4.4 (August 9, 2012) + +Features: + + - Allow parameter overrides, even without Redis. (@bhcarpenter, #62) + +Bugfixes: + + - Fixes version number always increasing when alternatives are changed (@philnash, #63) + - updated guard-rspec to version 1.2 + ## 0.4.3 (July 8, 2012) Features: diff --git a/lib/split/version.rb b/lib/split/version.rb index ba2b38f2..edc9f36f 100644 --- a/lib/split/version.rb +++ b/lib/split/version.rb @@ -1,3 +1,3 @@ module Split - VERSION = "0.4.3" + VERSION = "0.4.4" end