Skip to content

Commit

Permalink
Prep. release 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Feb 15, 2020
1 parent 92a6a4a commit d4f24bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
class Client
{
const VERSION = '7.6.0';
const VERSION = '7.6.1';

/**
* @var Transport
Expand Down

0 comments on commit d4f24bc

Please sign in to comment.