We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a6a4a commit d4f24bcCopy full SHA for d4f24bc
CHANGELOG.md
@@ -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
7
## Release 7.6.0
8
9
- Generated the new endpoints for Elasticsearch 7.6.0
src/Elasticsearch/Client.php
@@ -32,7 +32,7 @@
32
*/
33
class Client
34
{
35
- const VERSION = '7.6.0';
+ const VERSION = '7.6.1';
36
37
/**
38
* @var Transport
0 commit comments