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 5b9ee1d commit 0f7b13aCopy full SHA for 0f7b13a
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 3.0.1 - 2022-04-08
6
+
7
* Fix `:data` option to `sort_link` being incorrectly appended to the generated
8
link query parameters.
9
PR [1301](https://github.com/activerecord-hackery/ransack/pull/1301)
lib/ransack/version.rb
@@ -1,3 +1,3 @@
1
module Ransack
- VERSION = '3.0.0'
+ VERSION = '3.0.1'
end
0 commit comments