Skip to content

Commit

Permalink
Updated client version to 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 11, 2020
1 parent e5f5b2f commit e8ab8d0
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 7.4.2

- Fixed indexing fails for item IDs that contain slashes
[#1048](https://github.com/elastic/elasticsearch-php/issues/1048)
[#1017](https://github.com/elastic/elasticsearch-php/pull/1017)

## Release 7.4.1

- We added the suppress operator `@` for the deprecation messages `@trigger_error()`.
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
class Client
{
const VERSION = '7.4.1';
const VERSION = '7.4.2';

/**
* @var Transport
Expand Down

0 comments on commit e8ab8d0

Please sign in to comment.