Skip to content

Commit

Permalink
v5.0.0.alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Aug 8, 2019
1 parent 00d038b commit 3835b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* 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.
* Add initializer to ensure Timeliness v0.4+ ambiguous date config is set
correctly when using `use_euro_formats` or `remove_use_formats'.

Breaking Changes
* Update Multiparameter extension to use ActiveRecord type classes with multiparameter handling
Expand Down
2 changes: 1 addition & 1 deletion lib/validates_timeliness/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '5.0.0.alpha4'
VERSION = '5.0.0.alpha5'
end

0 comments on commit 3835b2b

Please sign in to comment.