Skip to content

Commit 1ac5791

Browse files
committed
Updated CHANGELOG + set 9.0.0 release
1 parent dd6e337 commit 1ac5791

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Release 8.17.1
2+
3+
- Fix and improvements for PHPStan (rule level 5) #1442 (thanks @AJenbo)
4+
5+
## Release 8.17.0
6+
7+
- Updated the APIs to Elasticsearch [8.17.0](https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-8.17.0.html)
8+
9+
## Release 8.16.0
10+
11+
- Updated the APIs to Elasticsearch [8.16.0](https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-8.16.0.html)
12+
- Added the support of PHP 8.4 #1415 (thanks @ruudk)
13+
114
## Release 8.15.0
215

316
Updated the APIs to Elasticsearch [8.15.0](https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-8.15.0.html) and added the support of OpenTelemetry.

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
final class Client implements ClientInterface
2929
{
3030
const CLIENT_NAME = 'es';
31-
const VERSION = '8.17.0';
31+
const VERSION = '9.0.0';
3232
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';
3333

3434
const SEARCH_ENDPOINTS = [

0 commit comments

Comments
 (0)