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 0b09a19 commit d66d592Copy full SHA for d66d592
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## Release 6.8.4
2
+
3
+- Upgrade `ezimuel/ringphp` to 1.3.0 to support React Promise v3 for Elasticsearch
4
+ [#1430](https://github.com/elastic/elasticsearch-php/pull/1430)
5
6
## Release 6.8.3
7
8
- Allow PSR/2 [#1154](https://github.com/elastic/elasticsearch-php/pull/1154)
src/Elasticsearch/Client.php
@@ -55,7 +55,7 @@
55
*/
56
class Client
57
{
58
- const VERSION = '6.8.3';
+ const VERSION = '6.8.4';
59
60
/**
61
* @var Transport
0 commit comments