diff --git a/CHANGELOG.md b/CHANGELOG.md index bd00454..5d1b304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +# 7.1.0 [2024-12-31] +* Support passing non-reserved validation options to errors + # 7.0.0 [2024-11-30] +* Support Rails v7.x * Removed all method overrides in ActiveModel now that the datetime type correctly stores before_type_cast values. # 6.0.1 [2023-01-12] diff --git a/lib/validates_timeliness/version.rb b/lib/validates_timeliness/version.rb index d6e4874..c7f4220 100644 --- a/lib/validates_timeliness/version.rb +++ b/lib/validates_timeliness/version.rb @@ -1,3 +1,3 @@ module ValidatesTimeliness - VERSION = '7.0.0' + VERSION = '7.1.0' end