Skip to content

Commit eefeaa8

Browse files
committed
Updated version and CHANGELOG for 7.2.2
1 parent 42a9713 commit eefeaa8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release 7.2.2
2+
3+
- Reintroduced the optional parameter in `Elasticsearch\Namespaces\IndicesNamespace::getAliases()`.
4+
This fixes the BC break introduced in 7.2.0 and 7.2.1.
5+
[#947](https://github.com/elastic/elasticsearch-php/pull/)
6+
17
## Release 7.2.1
28

39
- Reintroduced `Elasticsearch\Namespaces\IndicesNamespace::getAliases()` as proxy
@@ -9,7 +15,7 @@
915

1016
- Fixed missing put mapping code snippet in code examples
1117
[#938](https://github.com/elastic/elasticsearch-php/pull/938)
12-
18+
1319
# Release 7.2.0
1420

1521
- Updated the API endpoints for working with Elasticsearch 7.2.0:

src/Elasticsearch/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*/
3434
class Client
3535
{
36-
const VERSION = '7.2.1';
36+
const VERSION = '7.2.2';
3737

3838
/**
3939
* @var Transport

0 commit comments

Comments
 (0)