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 9c56203 commit a48d84bCopy full SHA for a48d84b
CHANGELOG.md
@@ -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
7
## Release 6.8.2
8
9
- Fix #1131 class naming for some endpoints used in `elasticsearch-php` < 6.8.
src/Elasticsearch/Client.php
@@ -55,7 +55,7 @@
55
*/
56
class Client
57
{
58
- const VERSION = '6.8.2';
+ const VERSION = '6.8.3';
59
60
/**
61
* @var Transport
0 commit comments