diff --git a/CHANGELOG.md b/CHANGELOG.md index 188c1c61e..30e3e9b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log -## 2.3.1 - 2010-01-01 +## 2.3.2 - 2020-01-11 + +* Breakfix to bump Polyamorous + +## 2.3.1 - 2020-01-11 * Drop support for Active Record 5.0, 5.1, and 5.2.0. PR [#1073](https://github.com/activerecord-hackery/ransack/pull/1073) diff --git a/lib/ransack/version.rb b/lib/ransack/version.rb index e3ab242da..65f3b4895 100644 --- a/lib/ransack/version.rb +++ b/lib/ransack/version.rb @@ -1,3 +1,3 @@ module Ransack - VERSION = '2.3.1' + VERSION = '2.3.2' end diff --git a/polyamorous/lib/polyamorous/version.rb b/polyamorous/lib/polyamorous/version.rb index ad13d0f57..7d0463e67 100644 --- a/polyamorous/lib/polyamorous/version.rb +++ b/polyamorous/lib/polyamorous/version.rb @@ -1,3 +1,3 @@ module Polyamorous - VERSION = '2.3.0' + VERSION = '2.3.2' end