diff --git a/CHANGELOG.md b/CHANGELOG.md index e6999776..6660a80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ## [Unreleased] +## [6.0.0] - 2022-04-30 +### Added +- Elasticsearch 8 Support + ## [5.0.2] - 2022-03-24 ### Added - multiple ElasticSearch nodes support diff --git a/README.md b/README.md index ed2c8d78..8fa56222 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,11 @@ Don't forget to :star: the package if you like it. :pray: - PHP version >= 8.0 - Laravel Framework version >= 8.0.0 -| Elasticsearch version | ElasticsearchDSL version | -| --------------------- | --------------------------- | -| >= 7.0 | >= 3.0.0 | -| >= 6.0, < 7.0 | < 3.0.0 | +| Elasticsearch version | ElasticsearchDSL version | +|-----------------------|--------------------------| +| >= 8.0 | >= 8.0.0 | +| >= 7.0 | >= 3.0.0 | +| >= 6.0, < 7.0 | < 3.0.0 | ## :rocket: Installation