From 7fb0b50957e7a8260a32ab62ff67ff20f6057124 Mon Sep 17 00:00:00 2001 From: Danil Nurgaliev Date: Thu, 20 Apr 2023 17:33:26 +0300 Subject: [PATCH] Prepare 7.3.1 release (#883) --- CHANGELOG.md | 4 ++++ lib/chewy/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1381025c8..9c1a60d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### Bugs Fixed +## 7.3.1 (2023-04-20) + +### Bugs Fixed + * [#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)) diff --git a/lib/chewy/version.rb b/lib/chewy/version.rb index b1eb15dad..a8e9d893d 100644 --- a/lib/chewy/version.rb +++ b/lib/chewy/version.rb @@ -1,3 +1,3 @@ module Chewy - VERSION = '7.3.0'.freeze + VERSION = '7.3.1'.freeze end