Skip to content

Commit

Permalink
Prep for 6.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Apr 12, 2024
1 parent 9c56203 commit a48d84b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Release 6.8.3

- Allow PSR/2 [#1154](https://github.com/elastic/elasticsearch-php/pull/1154)
- Fixed PHP 8 deprecation notice [3d2d852](https://github.com/elastic/elasticsearch-php/commit/3d2d8527f74a05f08bcbfdc3d8da897b9d4e412e)


## Release 6.8.2

- Fix #1131 class naming for some endpoints used in `elasticsearch-php` < 6.8.
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
*/
class Client
{
const VERSION = '6.8.2';
const VERSION = '6.8.3';

/**
* @var Transport
Expand Down

0 comments on commit a48d84b

Please sign in to comment.