Skip to content

Commit a48d84b

Browse files
committed
Prep for 6.8.3
1 parent 9c56203 commit a48d84b

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 6.8.3
2+
3+
- Allow PSR/2 [#1154](https://github.com/elastic/elasticsearch-php/pull/1154)
4+
- Fixed PHP 8 deprecation notice [3d2d852](https://github.com/elastic/elasticsearch-php/commit/3d2d8527f74a05f08bcbfdc3d8da897b9d4e412e)
5+
6+
17
## Release 6.8.2
28

39
- Fix #1131 class naming for some endpoints used in `elasticsearch-php` < 6.8.

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.2';
58+
const VERSION = '6.8.3';
5959

6060
/**
6161
* @var Transport

0 commit comments

Comments
 (0)