Skip to content

Commit

Permalink
Bump version to 7.3.5 (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Nurgaliev authored Dec 6, 2023
1 parent 317dd93 commit 1a5594f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### New Features

### Changes

### Bugs Fixed

## 7.3.5 (2023-12-06)

### New Features

* [#907](https://github.com/toptal/chewy/pull/907): Fix deprecation warning in LogSubscriber for Rails 7.1 ([@alejandroperea](https://github.com/alejandroperea))

### Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/chewy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Chewy
VERSION = '7.3.4'.freeze
VERSION = '7.3.5'.freeze
end

0 comments on commit 1a5594f

Please sign in to comment.