Skip to content

Commit 1cd2d90

Browse files
Merge pull request #1315 from activerecord-hackery/release-3.1.0
Get ready for 3.1.0 release
2 parents e2ee7eb + c3a39dc commit 1cd2d90

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 3.1.0 - 2022-04-21
6+
7+
* Fix predicate name in "Using Predicates" documentation page.
8+
PR [1313](https://github.com/activerecord-hackery/ransack/pull/1313)
9+
10+
* Drop Ruby 2.6 support.
11+
PR [1311](https://github.com/activerecord-hackery/ransack/pull/1311)
12+
13+
* Allow Ransack to be used with Rails 7.1.0.alpha.
14+
PR [1309](https://github.com/activerecord-hackery/ransack/pull/1309)
15+
16+
* Put contributor list last in documentation site.
17+
PR [1308](https://github.com/activerecord-hackery/ransack/pull/1308)
18+
19+
* Add `acts-as-taggable-on` and polymorphic searches to documentation.
20+
PR [1306](https://github.com/activerecord-hackery/ransack/pull/1306)
21+
PR [1312](https://github.com/activerecord-hackery/ransack/pull/1312)
22+
23+
* Add full link to issue about merging searches to documentation.
24+
PR [1305](https://github.com/activerecord-hackery/ransack/pull/1305)
25+
526
## 3.0.1 - 2022-04-08
627

728
* Fix `:data` option to `sort_link` being incorrectly appended to the generated

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.1'
2+
VERSION = '3.1.0'
33
end

0 commit comments

Comments
 (0)