Skip to content

Commit

Permalink
Bump to version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Apr 26, 2015
1 parent e61b9d9 commit 225fdba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== 2.3.0 2015-04-26
* fix value parameter for properties with multiple values
* fix error when assigning Icalendar::Values::Array to a component
* Fall back to Icalendar::Values::Date if Icalendar::Values::DateTime is not given a properly formatted value
* Downcase the keys in ical_params to ensure we aren't assigning both tzid and TZID

=== 2.2.2 2014-12-27
* add a `has_#{component}?` method for testing if component exists - John Hope
* add documentation & tests for organizer attribute - Ben Walding
Expand Down
2 changes: 1 addition & 1 deletion lib/icalendar/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Icalendar

VERSION = '2.2.2'
VERSION = '2.3.0'

end

0 comments on commit 225fdba

Please sign in to comment.