Skip to content

Commit d66d592

Browse files
committed
Prep. for 6.8.4
1 parent 0b09a19 commit d66d592

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## Release 6.8.3
27

38
- Allow PSR/2 [#1154](https://github.com/elastic/elasticsearch-php/pull/1154)

src/Elasticsearch/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
*/
5656
class Client
5757
{
58-
const VERSION = '6.8.3';
58+
const VERSION = '6.8.4';
5959

6060
/**
6161
* @var Transport

0 commit comments

Comments
 (0)