Skip to content

Commit

Permalink
Release 3.2.0 (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored May 9, 2022
1 parent 0c5078c commit a8b180a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## 3.2.0 - 2022-05-08

* Drop Rails 6.0 support.
PR [1318](https://github.com/activerecord-hackery/ransack/pull/1318)

* Exclude "host" from params sent to url generator.
PR [1319](https://github.com/activerecord-hackery/ransack/pull/1319)

## 3.1.0 - 2022-04-21

* Fix predicate name in "Using Predicates" documentation page.
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.1.0'
VERSION = '3.2.0'
end

0 comments on commit a8b180a

Please sign in to comment.