We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827591d commit 7fb0b50Copy full SHA for 7fb0b50
CHANGELOG.md
@@ -8,6 +8,10 @@
8
9
### Bugs Fixed
10
11
+## 7.3.1 (2023-04-20)
12
+
13
+### Bugs Fixed
14
15
* [#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
* [#882](https://github.com/toptal/chewy/pull/882): Fix memory leak during `chewy:reset` for ruby 3.2 ([@konalegi](https://github.com/konalegi))
17
lib/chewy/version.rb
@@ -1,3 +1,3 @@
1
module Chewy
2
- VERSION = '7.3.0'.freeze
+ VERSION = '7.3.1'.freeze
3
end
0 commit comments