Skip to content

Commit a05baf8

Browse files
committed
Prep for 8.0.1
1 parent e7d448d commit a05baf8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Release 8.0.1
2+
3+
- Fixed `NoNodeAvailableException` exception in endpoints
4+
[e7d448d](https://github.com/elastic/elasticsearch-php/commit/e7d448d540f120eb3a3e3fe0d5866bf62fb67f3a)
5+
6+
## Release 8.0.0
7+
8+
- Finally released 8.0.0 GA.
9+
110
## Release 8.0.0-rc2
211

312
- Added the common parameters in all the endpoints

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
final class Client
2929
{
3030
const CLIENT_NAME = 'es';
31-
const VERSION = '8.0.0';
31+
const VERSION = '8.0.1';
3232

3333
use ClientEndpointsTrait;
3434
use EndpointTrait;

0 commit comments

Comments
 (0)