From 3269312ae2f756b9c04eb69d8ced86e65a084617 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 6 Aug 2019 15:12:47 +1000 Subject: [PATCH] v4.1.1 --- CHANGELOG.rdoc | 7 +++++++ lib/validates_timeliness/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index e17014b..b6e6bd5 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,10 @@ += 4.1.1 [2019-08-06] +* Add initializer to ensure Timeliness default ambigiuous date handling config + in Timeliness v0.4.1+ is set correctly when using `use_us_formats` or + `use_euro_formats` switcher to set default. +* Removed build support for Ruby 2.3 and Rails 4.0 and 4.1 to EOL official + support for those. + = 4.1.0 [2019-06-11] * Relaxed Timeliness dependency version to >= 0.3.10 and < 1, which allows version 0.4 with threadsafety fix for use_us_formats and use_euro_formats diff --git a/lib/validates_timeliness/version.rb b/lib/validates_timeliness/version.rb index 8efef62..8b8f790 100644 --- a/lib/validates_timeliness/version.rb +++ b/lib/validates_timeliness/version.rb @@ -1,3 +1,3 @@ module ValidatesTimeliness - VERSION = '4.1.0' + VERSION = '4.1.1' end