From f109443fb7f58a6592c3722932fbe8c947ec2ba2 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Sat, 19 Sep 2009 08:19:27 +1000 Subject: [PATCH] version 2.2.2 --- CHANGELOG | 3 +++ lib/validates_timeliness/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6b0092a..2385057 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ += 2.2.2 [2009-09-19] +- Fixed dummy_time using make_time to respect timezone. Fixes 1.9.1 bug. + = 2.2.1 [2009-09-12] - Fixed dummy date part for time types in Validator.type_cast_value - No more core extensions! Removed dummy_time methods. diff --git a/lib/validates_timeliness/version.rb b/lib/validates_timeliness/version.rb index 6f2fd8e..af21899 100644 --- a/lib/validates_timeliness/version.rb +++ b/lib/validates_timeliness/version.rb @@ -1,3 +1,3 @@ module ValidatesTimeliness - VERSION = "2.2.1" + VERSION = "2.2.2" end