Skip to content

Commit 87c8936

Browse files
committed
release 4.2.0
1 parent ef8e2cf commit 87c8936

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 4.2.0 - 2023-10-23
6+
7+
* Add Rails 7.2 support by @robinator and @gregmolnar
8+
59
## 4.1.0 - 2023-10-23
610

711
### 🚀 Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are advanced searching solutions around, like ElasticSearch or Algolia. **
1313

1414
Ready to move beyond the basics? Use **advanced features** like i18n and extensive configuration options.
1515

16-
Ransack is supported for Rails 7.0, 6.1 on Ruby 3.0 and later.
16+
Ransack is supported for Rails 7.2, 7.1, 7.0, 6.1 on Ruby 3.1 and later.
1717

1818
## Installation
1919

lib/ransack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = '4.1.1'
2+
VERSION = '4.2.0'
33
end

0 commit comments

Comments
 (0)