From 382b807582a20d9dbd561cd938fe448651e71a3a Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 31 Dec 2024 15:22:21 +1100 Subject: [PATCH] v7.1.0 --- CHANGELOG.md | 4 ++++ lib/validates_timeliness/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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