We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0fd2c commit 2d56e78Copy full SHA for 2d56e78
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
## Unreleased
4
5
-## 4.2.0 - 2023-10-23
+## 4.2.1 - 2024-8-11
6
+
7
+* Fix Rails 7.1.x compatibility
8
9
+## 4.2.0 - 2024-7-10
10
11
* Add Rails 7.2 support by @robinator and @gregmolnar
12
lib/ransack/version.rb
@@ -1,3 +1,3 @@
1
module Ransack
- VERSION = '4.2.0'
+ VERSION = '4.2.1'
end
0 commit comments