From 0a312379a31e0b521a4cf6d6b24454d681a9a76b Mon Sep 17 00:00:00 2001 From: Andrew Vit Date: Mon, 28 Oct 2013 11:24:44 -0700 Subject: [PATCH] Release v0.11.1 --- CHANGELOG.md | 12 ++++++++++++ lib/ice_cube/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8434685f..ffd19d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.11.1 / 2013-10-28 + +* [ENHANCEMENT] Move deprecated into IceCube namespace +* [ENHANCEMENT] Standardize the exceptions that we raise +* [BUGFIX] Fix ActiveSupport edge case restoring serialized TZ + +## 0.11.0 / 2013-06-13 + +* [FEATURE] `schedule.last(n)` method (#117) +* [FEATURE] `previous_occurrence` & `previous_occurrences` methods (#170) +* [BUGFIX] Occurrence `to_s` accepts format to comply with Rails + ## 0.10.1 / 2013-05-17 * [BUGFIX] Match time zone from schedule when finding times (#152) diff --git a/lib/ice_cube/version.rb b/lib/ice_cube/version.rb index 42443c7c..bc3d1b8a 100644 --- a/lib/ice_cube/version.rb +++ b/lib/ice_cube/version.rb @@ -1,5 +1,5 @@ module IceCube - VERSION = '0.10.1' + VERSION = '0.11.1' end