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