Skip to content

Commit f383e47

Browse files
author
Danil Nurgaliev
authored
Bump chewy to 7.5.0 (#920)
1 parent cf07086 commit f383e47

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44

55
### New Features
66

7-
* [#894](https://github.com/toptal/chewy/pull/894): Way of cleaning redis from artifacts left by `delayed_sidekiq` strategy which could potentially cause flaky tests. ([@Drowze](https://github.com/Drowze))
8-
* [#919](https://github.com/toptal/chewy/pull/919): Add pre-request filter ([@konalegi][https://github.com/konalegi])
9-
107
### Changes
118

129
### Bugs Fixed
1310

11+
## 7.5.0 (2023-01-15)
12+
13+
### New Features
14+
15+
* [#894](https://github.com/toptal/chewy/pull/894): Way of cleaning redis from artifacts left by `delayed_sidekiq` strategy which could potentially cause flaky tests. ([@Drowze](https://github.com/Drowze))
16+
* [#919](https://github.com/toptal/chewy/pull/919): Add pre-request filter ([@konalegi][https://github.com/konalegi])
17+
1418
## 7.4.0 (2023-12-13)
1519

1620
### 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.4.0'.freeze
2+
VERSION = '7.5.0'.freeze
33
end

0 commit comments

Comments
 (0)