Skip to content

Commit

Permalink
Prep for 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Mar 30, 2022
1 parent e7d448d commit a05baf8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Release 8.0.1

- Fixed `NoNodeAvailableException` exception in endpoints
[e7d448d](https://github.com/elastic/elasticsearch-php/commit/e7d448d540f120eb3a3e3fe0d5866bf62fb67f3a)

## Release 8.0.0

- Finally released 8.0.0 GA.

## Release 8.0.0-rc2

- Added the common parameters in all the endpoints
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
final class Client
{
const CLIENT_NAME = 'es';
const VERSION = '8.0.0';
const VERSION = '8.0.1';

use ClientEndpointsTrait;
use EndpointTrait;
Expand Down

0 comments on commit a05baf8

Please sign in to comment.