From 4e148cc0bfc54a95ed64c76e1b92ee43c8f1d1a4 Mon Sep 17 00:00:00 2001 From: Greg Molnar Date: Sun, 18 Aug 2019 20:51:58 +0200 Subject: [PATCH] 2.3.0 release --- CHANGELOG.md | 19 +++++++++++++++++++ lib/ransack/version.rb | 2 +- polyamorous/lib/polyamorous/version.rb | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1667638..95c0af8c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ ## Unreleased +## 2.3.0 - 2019-08-18 + +* Arabic translations PR [979](https://github.com/activerecord-hackery/ransack/pull/979) + +* Rails 6 PR [1027](https://github.com/activerecord-hackery/ransack/pull/1027) + *vrodokanakis* + +* Make polyamorous a separate gem PR [1002](https://github.com/activerecord-hackery/ransack/pull/1002) + +* Catalan translations PR[1007](https://github.com/activerecord-hackery/ransack/pull/1007) + *roslavych* + +* Don't escape period characters with wildcard searches in mysql2 PR [1013](https://github.com/activerecord-hackery/ransack/pull/1013) + *daflip* + +* Farsi translations PR [1030](https://github.com/activerecord-hackery/ransack/pull/1030) + +* Finnish translations PR [1049](https://github.com/activerecord-hackery/ransack/pull/1049) + * Fix wrong table alias when using nested join. for ActiveRecord >= 5.2 PR [374](https://github.com/activerecord-hackery/ransack/pull/374) diff --git a/lib/ransack/version.rb b/lib/ransack/version.rb index 1e34573b4..9e00419c7 100644 --- a/lib/ransack/version.rb +++ b/lib/ransack/version.rb @@ -1,3 +1,3 @@ module Ransack - VERSION = '2.1.1' + VERSION = '2.3.0' end diff --git a/polyamorous/lib/polyamorous/version.rb b/polyamorous/lib/polyamorous/version.rb index c480c5bbf..ad13d0f57 100644 --- a/polyamorous/lib/polyamorous/version.rb +++ b/polyamorous/lib/polyamorous/version.rb @@ -1,3 +1,3 @@ module Polyamorous - VERSION = '2.1.1' + VERSION = '2.3.0' end