diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bf2186..5cfceae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ ### New Features +### Changes + +### Bugs Fixed + +## 7.3.5 (2023-12-13) + +### New Features + * [#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][]) ### Changes diff --git a/lib/chewy/version.rb b/lib/chewy/version.rb index 14d2dc97..b22c523e 100644 --- a/lib/chewy/version.rb +++ b/lib/chewy/version.rb @@ -1,3 +1,3 @@ module Chewy - VERSION = '7.3.5'.freeze + VERSION = '7.3.6'.freeze end