From 8fe3d0f27d9813853a4a71ac7478b440ddb56a20 Mon Sep 17 00:00:00 2001 From: Danil Nurgaliev Date: Fri, 21 Apr 2023 10:07:34 +0300 Subject: [PATCH] Prepare 7.3.2 release (#884) --- CHANGELOG.md | 12 ++++++++++-- lib/chewy/version.rb | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff74b82b..61c34bbc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ ### Bugs Fixed +## 7.3.2 (2023-04-20) + +### New Features + +### Changes + +### Bugs Fixed + +* [#861](https://github.com/toptal/chewy/pull/861): Fix bug in mock_elasticsearch_response_sources ([@lafeber](https://github.com/lafeber)) + ## 7.3.1 (2023-04-20) ### Bugs Fixed @@ -15,8 +25,6 @@ * [#874](https://github.com/toptal/chewy/pull/874): Fix `chewy:journal:clean` task for ruby 3.x. ([@muk-ai](https://github.com/muk-ai)) * [#882](https://github.com/toptal/chewy/pull/882): Fix memory leak during `chewy:reset` for ruby 3.2 ([@konalegi](https://github.com/konalegi)) -* [#861](https://github.com/toptal/chewy/pull/861): Fix bug in mock_elasticsearch_response_sources ([@lafeber](https://github.com/lafeber)) - ## 7.3.0 (2023-04-03) ### New Features diff --git a/lib/chewy/version.rb b/lib/chewy/version.rb index a8e9d893d..e72574f17 100644 --- a/lib/chewy/version.rb +++ b/lib/chewy/version.rb @@ -1,3 +1,3 @@ module Chewy - VERSION = '7.3.1'.freeze + VERSION = '7.3.2'.freeze end