From 5017024fc00fb9df9f7d556b05bdcbdd4ef3574d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 25 May 2022 09:48:21 +0200 Subject: [PATCH] Release 3.2.1 (#1330) --- CHANGELOG.md | 20 ++++++++++++++++++++ lib/ransack/version.rb | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381c3106..bfb6e90d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/ransack/version.rb b/lib/ransack/version.rb index 198a43f6..1f8c6a09 100644 --- a/lib/ransack/version.rb +++ b/lib/ransack/version.rb @@ -1,3 +1,3 @@ module Ransack - VERSION = '3.2.0' + VERSION = '3.2.1' end