From b5c0a6e746e85db14406d14859ea5cc746d82d13 Mon Sep 17 00:00:00 2001 From: Brian Shand Date: Mon, 24 Nov 2025 11:22:09 +0000 Subject: [PATCH] Add version to support Rails ~> 7.2.3.0 --- CHANGELOG.md | 4 ++++ lib/active_model/caution/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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: