Skip to content

Commit 4c8d17f

Browse files
committed
Release Chewy 8.0.0
1 parent 8b4bd31 commit 4c8d17f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Changelog
22

3-
## master (unreleased)
3+
## 8.0.0 (2026-02-25)
44

55
### New Features
66

77
### Changes
88

9+
* **(Breaking)** Drop support for Ruby < 3.2 and Rails < 7.2. Chewy now requires Ruby ~> 3.2 and ActiveSupport >= 7.2. ([@bbatsov][])
10+
911
### Bugs Fixed
1012

1113
* [#964](https://github.com/toptal/chewy/pull/964): Fix `delayed_sidekiq` worker to handle UUID primary keys correctly.
14+
* Fix `FrozenError` in `Syncer` when ActiveRecord returns frozen arrays from `pluck`. ([@bbatsov][])
1215

1316
## 8.0.0-beta (2024-08-27)
1417

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

0 commit comments

Comments
 (0)