Skip to content

Commit

Permalink
Release 3.2.1 (activerecord-hackery#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored May 25, 2022
1 parent 989fcfa commit 5017024
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## Unreleased

## 3.2.1 - 2022-05-24

* Add search functionality to documentation site.
PR [1329](https://github.com/activerecord-hackery/ransack/pull/1329)

* Fix contributing URLs and syntax highlight in `README.md`.
PR [1326](https://github.com/activerecord-hackery/ransack/pull/1326)

* Cast PostgreSQL's `timestamptz` columns to time.
PR [1325](https://github.com/activerecord-hackery/ransack/pull/1325)

* Add Ruby and ERB syntax highlighting support to documentation site.
PR [1324](https://github.com/activerecord-hackery/ransack/pull/1324)

* Fix a wrong link in `CHANGELOG.md`.
PR [1323](https://github.com/activerecord-hackery/ransack/pull/1323)

* Fix links to bug report templates in `CONTRIBUTING.md`.
PR [1321](https://github.com/activerecord-hackery/ransack/pull/1321)

## 3.2.0 - 2022-05-08

* Drop Rails 6.0 support.
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.2.0'
VERSION = '3.2.1'
end

0 comments on commit 5017024

Please sign in to comment.