Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Dec 31, 2024
1 parent bf3dcb9 commit 3c6d2fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
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 = '8.0.0.beta1'
VERSION = '8.0.0'
end

0 comments on commit 3c6d2fa

Please sign in to comment.