Skip to content

Commit 5017024

Browse files
Release 3.2.1 (#1330)
1 parent 989fcfa commit 5017024

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 3.2.1 - 2022-05-24
6+
7+
* Add search functionality to documentation site.
8+
PR [1329](https://github.com/activerecord-hackery/ransack/pull/1329)
9+
10+
* Fix contributing URLs and syntax highlight in `README.md`.
11+
PR [1326](https://github.com/activerecord-hackery/ransack/pull/1326)
12+
13+
* Cast PostgreSQL's `timestamptz` columns to time.
14+
PR [1325](https://github.com/activerecord-hackery/ransack/pull/1325)
15+
16+
* Add Ruby and ERB syntax highlighting support to documentation site.
17+
PR [1324](https://github.com/activerecord-hackery/ransack/pull/1324)
18+
19+
* Fix a wrong link in `CHANGELOG.md`.
20+
PR [1323](https://github.com/activerecord-hackery/ransack/pull/1323)
21+
22+
* Fix links to bug report templates in `CONTRIBUTING.md`.
23+
PR [1321](https://github.com/activerecord-hackery/ransack/pull/1321)
24+
525
## 3.2.0 - 2022-05-08
626

727
* Drop Rails 6.0 support.

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

0 commit comments

Comments
 (0)