Skip to content

Commit 8fe3d0f

Browse files
author
Danil Nurgaliev
authored
Prepare 7.3.2 release (#884)
1 parent c20d112 commit 8fe3d0f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,23 @@
88

99
### Bugs Fixed
1010

11+
## 7.3.2 (2023-04-20)
12+
13+
### New Features
14+
15+
### Changes
16+
17+
### Bugs Fixed
18+
19+
* [#861](https://github.com/toptal/chewy/pull/861): Fix bug in mock_elasticsearch_response_sources ([@lafeber](https://github.com/lafeber))
20+
1121
## 7.3.1 (2023-04-20)
1222

1323
### Bugs Fixed
1424

1525
* [#874](https://github.com/toptal/chewy/pull/874): Fix `chewy:journal:clean` task for ruby 3.x. ([@muk-ai](https://github.com/muk-ai))
1626
* [#882](https://github.com/toptal/chewy/pull/882): Fix memory leak during `chewy:reset` for ruby 3.2 ([@konalegi](https://github.com/konalegi))
1727

18-
* [#861](https://github.com/toptal/chewy/pull/861): Fix bug in mock_elasticsearch_response_sources ([@lafeber](https://github.com/lafeber))
19-
2028
## 7.3.0 (2023-04-03)
2129

2230
### New Features

lib/chewy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Chewy
2-
VERSION = '7.3.1'.freeze
2+
VERSION = '7.3.2'.freeze
33
end

0 commit comments

Comments
 (0)