File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bugs Fixed
10
10
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
+
11
21
## 7.3.1 (2023-04-20)
12
22
13
23
### Bugs Fixed
14
24
15
25
* [ #874 ] ( https://github.com/toptal/chewy/pull/874 ) : Fix ` chewy:journal:clean ` task for ruby 3.x. ([ @muk-ai ] ( https://github.com/muk-ai ) )
16
26
* [ #882 ] ( https://github.com/toptal/chewy/pull/882 ) : Fix memory leak during ` chewy:reset ` for ruby 3.2 ([ @konalegi ] ( https://github.com/konalegi ) )
17
27
18
- * [ #861 ] ( https://github.com/toptal/chewy/pull/861 ) : Fix bug in mock_elasticsearch_response_sources ([ @lafeber ] ( https://github.com/lafeber ) )
19
-
20
28
## 7.3.0 (2023-04-03)
21
29
22
30
### New Features
Original file line number Diff line number Diff line change 1
1
module Chewy
2
- VERSION = '7.3.1 ' . freeze
2
+ VERSION = '7.3.2 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments