From 7233ff66dda33e1e4c03307ceca1c21e1f42a7cd Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Sat, 9 Feb 2019 12:00:31 +1100 Subject: [PATCH] v5.0.0.alpha4 --- CHANGELOG.rdoc | 3 +++ lib/validates_timeliness/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 9d31284..3574143 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,5 +1,8 @@ = [UNRELEASED] * Fix DateTimeSelect extension support (AquisTech) +* Relaxed Timeliness dependency version which allows for >= 0.4.0 with + threadsafety fix for use_us_formats and use_euro_formats for hot switching + in a request. Breaking Changes * Update Multiparameter extension to use ActiveRecord type classes with multiparameter handling diff --git a/lib/validates_timeliness/version.rb b/lib/validates_timeliness/version.rb index d20fa0f..9626dff 100644 --- a/lib/validates_timeliness/version.rb +++ b/lib/validates_timeliness/version.rb @@ -1,3 +1,3 @@ module ValidatesTimeliness - VERSION = '5.0.0.alpha3' + VERSION = '5.0.0.alpha4' end