Skip to content

Commit 0f7b13a

Browse files
release 3.0.1
1 parent 5b9ee1d commit 0f7b13a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.0.1 - 2022-04-08
6+
57
* Fix `:data` option to `sort_link` being incorrectly appended to the generated
68
link query parameters.
79
PR [1301](https://github.com/activerecord-hackery/ransack/pull/1301)

lib/ransack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = '3.0.0'
2+
VERSION = '3.0.1'
33
end

0 commit comments

Comments
 (0)