diff --git a/CHANGELOG.md b/CHANGELOG.md index d8050adbb..ce844fb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 6.4.0 - 2024-08-16 + +## What's Changed + +### Features + +* Add Rails 7.2 compatibility by @theodorton ([#1632]) + +[#1632]: https://github.com/thoughtbot/shoulda-matchers/pull/1632 + ## 6.3.1 - 2024-08-13 ## What's Changed diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 44106243f..982aeb616 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '6.3.1'.freeze + VERSION = '6.4.0'.freeze end end