Skip to content

Commit

Permalink
Merge pull request #1315 from activerecord-hackery/release-3.1.0
Browse files Browse the repository at this point in the history
Get ready for 3.1.0 release
  • Loading branch information
deivid-rodriguez authored Apr 21, 2022
2 parents e2ee7eb + c3a39dc commit 1cd2d90
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

## Unreleased

## 3.1.0 - 2022-04-21

* Fix predicate name in "Using Predicates" documentation page.
PR [1313](https://github.com/activerecord-hackery/ransack/pull/1313)

* Drop Ruby 2.6 support.
PR [1311](https://github.com/activerecord-hackery/ransack/pull/1311)

* Allow Ransack to be used with Rails 7.1.0.alpha.
PR [1309](https://github.com/activerecord-hackery/ransack/pull/1309)

* Put contributor list last in documentation site.
PR [1308](https://github.com/activerecord-hackery/ransack/pull/1308)

* Add `acts-as-taggable-on` and polymorphic searches to documentation.
PR [1306](https://github.com/activerecord-hackery/ransack/pull/1306)
PR [1312](https://github.com/activerecord-hackery/ransack/pull/1312)

* Add full link to issue about merging searches to documentation.
PR [1305](https://github.com/activerecord-hackery/ransack/pull/1305)

## 3.0.1 - 2022-04-08

* Fix `:data` option to `sort_link` being incorrectly appended to the generated
Expand Down
2 changes: 1 addition & 1 deletion lib/ransack/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ransack
VERSION = '3.0.1'
VERSION = '3.1.0'
end

0 comments on commit 1cd2d90

Please sign in to comment.