diff --git a/CHANGELOG.md b/CHANGELOG.md index 437fba642..58eb7f3a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Release 7.6.1 + +- Fixed issue with `guzzlehttp/ringphp` and `guzzle/streams` + using forks `ezimuel/ringphp` and `ezimuel/guzzlestreams` + [92a6a4a](https://github.com/elastic/elasticsearch-php/commit/92a6a4adda5eafd1823c7c9c386e2c7e5e75cd08) + ## Release 7.6.0 - Generated the new endpoints for Elasticsearch 7.6.0 diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index f4f62a7a7..222c90bea 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -32,7 +32,7 @@ */ class Client { - const VERSION = '7.6.0'; + const VERSION = '7.6.1'; /** * @var Transport