Skip to content

Commit 7fb0b50

Browse files
author
Danil Nurgaliev
authored
Prepare 7.3.1 release (#883)
1 parent 827591d commit 7fb0b50

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### Bugs Fixed
1010

11+
## 7.3.1 (2023-04-20)
12+
13+
### Bugs Fixed
14+
1115
* [#874](https://github.com/toptal/chewy/pull/874): Fix `chewy:journal:clean` task for ruby 3.x. ([@muk-ai](https://github.com/muk-ai))
1216
* [#882](https://github.com/toptal/chewy/pull/882): Fix memory leak during `chewy:reset` for ruby 3.2 ([@konalegi](https://github.com/konalegi))
1317

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.0'.freeze
2+
VERSION = '7.3.1'.freeze
33
end

0 commit comments

Comments
 (0)