Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avit committed Oct 28, 2013
1 parent 678e68f commit 0a31237
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/ice_cube/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module IceCube

VERSION = '0.10.1'
VERSION = '0.11.1'

end

0 comments on commit 0a31237

Please sign in to comment.