From 3c6d2fa1d5c06484844d72b44c0f19b024c8c764 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 31 Dec 2024 15:18:57 +1100 Subject: [PATCH] v8.0.0 --- CHANGELOG.md | 5 +++++ lib/validates_timeliness/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd00454..9a20948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +# 8.0.0 [2024-12-31] +* Support Rails v8.x +* 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 8d1323f..bea4c32 100644 --- a/lib/validates_timeliness/version.rb +++ b/lib/validates_timeliness/version.rb @@ -1,3 +1,3 @@ module ValidatesTimeliness - VERSION = '8.0.0.beta1' + VERSION = '8.0.0' end