diff --git a/CHANGES.md b/CHANGES.md index fd6c2649..a9c55f43 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +Version 1.2.2 - 8-Aug-2014 +-------------------------- + +* Fix an error with duplicates being returned by Timezone#all_country_zones + and Timezone#all_country_zone_identifiers when used with tzinfo-data + v1.2014.6 or later. +* Use the zone1970.tab file for country timezone data if it is found in the + zoneinfo directory (and fallback to zone.tab if not). zone1970.tab was added + in tzdata 2014f. zone.tab is now deprecated. + + Version 1.2.1 - 1-Jun-2014 -------------------------- diff --git a/tzinfo.gemspec b/tzinfo.gemspec index 05a18697..4511e5e8 100644 --- a/tzinfo.gemspec +++ b/tzinfo.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'tzinfo' - s.version = '1.2.1' + s.version = '1.2.2' s.summary = 'Daylight savings aware timezone library' s.description = 'TZInfo provides daylight savings aware transformations between times in different time zones.' s.author = 'Philip Ross'