From 7cd644e28a7a6c376940a80546dddb1260171139 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Thu, 22 Dec 2011 11:58:48 -0500 Subject: [PATCH] Bump version to 0.7.5 --- CHANGELOG | 3 +++ lib/ice_cube/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fb883ed8..04f40bd1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -61,3 +61,6 @@ 0.7.4 * NameError when serializing schedule with end_time (thanks digx) + +0.7.5 + * Fix an issue with occurrences_between when using count [#54] diff --git a/lib/ice_cube/version.rb b/lib/ice_cube/version.rb index f0e1080c..3bacbad1 100644 --- a/lib/ice_cube/version.rb +++ b/lib/ice_cube/version.rb @@ -1,5 +1,5 @@ module IceCube - VERSION = '0.7.4' + VERSION = '0.7.5' end