diff --git a/CHANGELOG.md b/CHANGELOG.md index c94b36f3..fc63274c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ ### New Features +### Changes + +### Bugs Fixed + +## 7.3.4 (2023-08-29) + +### New Features + * [#888](https://github.com/toptal/chewy/pull/892): Rake task to create missing indexes ([@konalegi](https://github.com/konalegi)) ### Changes diff --git a/lib/chewy/version.rb b/lib/chewy/version.rb index 27c719e0..0e30a437 100644 --- a/lib/chewy/version.rb +++ b/lib/chewy/version.rb @@ -1,3 +1,3 @@ module Chewy - VERSION = '7.3.3'.freeze + VERSION = '7.3.4'.freeze end