Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/active_model/caution/version.rb
Original file line number Diff line number Diff line change
@@ -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:
Expand Down