Skip to content

Commit e8ab8d0

Browse files
committed
Updated client version to 7.4.2
1 parent e5f5b2f commit e8ab8d0

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 7.4.2
2+
3+
- Fixed indexing fails for item IDs that contain slashes
4+
[#1048](https://github.com/elastic/elasticsearch-php/issues/1048)
5+
[#1017](https://github.com/elastic/elasticsearch-php/pull/1017)
6+
17
## Release 7.4.1
28

39
- We added the suppress operator `@` for the deprecation messages `@trigger_error()`.

src/Elasticsearch/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333
class Client
3434
{
35-
const VERSION = '7.4.1';
35+
const VERSION = '7.4.2';
3636

3737
/**
3838
* @var Transport

0 commit comments

Comments
 (0)