diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b61284..95fd66c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 4.2.0 - 2023-10-23 + +* Add Rails 7.2 support by @robinator and @gregmolnar + ## 4.1.0 - 2023-10-23 ### 🚀 Features diff --git a/README.md b/README.md index 02133e53..7e25fcd3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ There are advanced searching solutions around, like ElasticSearch or Algolia. ** Ready to move beyond the basics? Use **advanced features** like i18n and extensive configuration options. -Ransack is supported for Rails 7.0, 6.1 on Ruby 3.0 and later. +Ransack is supported for Rails 7.2, 7.1, 7.0, 6.1 on Ruby 3.1 and later. ## Installation diff --git a/lib/ransack/version.rb b/lib/ransack/version.rb index 3dc3c4aa..b9a4d341 100644 --- a/lib/ransack/version.rb +++ b/lib/ransack/version.rb @@ -1,3 +1,3 @@ module Ransack - VERSION = '4.1.1' + VERSION = '4.2.0' end