File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 8.0.1 (2026-03-12)
4+
5+ ### New Features
6+
7+ ### Changes
8+
9+ * [ #1003 ] ( https://github.com/toptal/chewy/pull/1003 ) : Ruby 4.0 support added [ @mjankowski ] ( https://github.com/mjankowski )
10+
11+ ### Bugs Fixed
12+
313## 8.0.0 (2026-02-25)
414
515### New Features
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Chewy is compatible with MRI 3.2-3.4.
5353
5454| Chewy version | Elasticsearch version |
5555| ------------- | ---------------------------------- |
56- | 8.0.0 | 8.x |
56+ | 8.0.x | 8.x |
5757| 7.2.x | 7.x |
5858| 7.1.x | 7.x |
5959| 7.0.x | 6.8, 7.x |
Original file line number Diff line number Diff line change 11module Chewy
2- VERSION = '8.0.0 ' . freeze
2+ VERSION = '8.0.1 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments