Skip to content

Commit d4f24bc

Browse files
committed
Prep. release 7.6.1
1 parent 92a6a4a commit d4f24bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release 7.6.1
2+
3+
- Fixed issue with `guzzlehttp/ringphp` and `guzzle/streams`
4+
using forks `ezimuel/ringphp` and `ezimuel/guzzlestreams`
5+
[92a6a4a](https://github.com/elastic/elasticsearch-php/commit/92a6a4adda5eafd1823c7c9c386e2c7e5e75cd08)
6+
17
## Release 7.6.0
28

39
- Generated the new endpoints for Elasticsearch 7.6.0

src/Elasticsearch/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333
class Client
3434
{
35-
const VERSION = '7.6.0';
35+
const VERSION = '7.6.1';
3636

3737
/**
3838
* @var Transport

0 commit comments

Comments
 (0)