Skip to content

Commit 7ffdcbe

Browse files
author
Danil Nurgaliev
authored
Make a release (#914)
1 parent f9681e4 commit 7ffdcbe

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,21 @@
88

99
### Bugs Fixed
1010

11+
## 7.4.0 (2023-12-13)
12+
13+
### New Features
14+
15+
### Changes
16+
17+
* [#911](https://github.com/toptal/chewy/pull/911): Remove ruby 2.x. ([@konalegi][https://github.com/konalegi])
18+
19+
### Bugs Fixed
20+
1121
## 7.3.5 (2023-12-13)
1222

1323
### New Features
1424

1525
* [#890](https://github.com/toptal/chewy/pull/890): Add the [`knn`](https://www.elastic.co/guide/en/elasticsearch/reference/current/knn-search.html) option to the request. ([@jkostolansky][])
16-
* [#911](https://github.com/toptal/chewy/pull/911): Remove ruby 2.x. ([@konalegi][])
1726

1827
### Changes
1928

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

0 commit comments

Comments
 (0)