diff --git a/CHANGELOG.md b/CHANGELOG.md index 421858f..0c26f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## [Unreleased] +* no unreleased changes * + +## 7.2.3 / 2025-11-24 ### Fixed * Drop support for ruby 3.1 +* Support patch releases of Rails after the current minor revision 7.2.3.0 ## 7.2.2 / 2025-09-21 ### Fixed diff --git a/lib/active_model/caution/version.rb b/lib/active_model/caution/version.rb index b86a58b..9b09a00 100644 --- a/lib/active_model/caution/version.rb +++ b/lib/active_model/caution/version.rb @@ -1,6 +1,6 @@ module ActiveModel module Caution - RAILS_VERSION = '7.2.2'.freeze + RAILS_VERSION = '7.2.3'.freeze GEM_REVISION = '0'.freeze # Gem version: