From 5c0a6f35991fcf0e9fe26b535917ac03dae6d986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Bu=C5=82at?= Date: Tue, 30 Jan 2024 13:40:24 +0100 Subject: [PATCH] Prepare 7.5.1 release --- CHANGELOG.md | 10 +++++++++- lib/chewy/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da3eb05..073d6114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,21 @@ ### New Features +### Changes + +### Bugs Fixed + +## 7.5.1 (2024-01-30) + +### New Features + * [#925](https://github.com/toptal/chewy/pull/925): Add configuration option for default scope cleanup behavior. ([@barthez][]) ### Changes ### Bugs Fixed -## 7.5.0 (2023-01-15) +## 7.5.0 (2024-01-15) ### New Features diff --git a/lib/chewy/version.rb b/lib/chewy/version.rb index fd2ba820..e5d37194 100644 --- a/lib/chewy/version.rb +++ b/lib/chewy/version.rb @@ -1,3 +1,3 @@ module Chewy - VERSION = '7.5.0'.freeze + VERSION = '7.5.1'.freeze end