Skip to content

Commit 8aef6af

Browse files
authored
Release Chewy 8.0.1 (toptal#1005)
1 parent f6e3bff commit 8aef6af

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

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

0 commit comments

Comments
 (0)