Skip to content

Commit

Permalink
Updated version and CHANGELOG for 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 30, 2019
1 parent 42a9713 commit eefeaa8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,9 @@
## Release 7.2.2

- Reintroduced the optional parameter in `Elasticsearch\Namespaces\IndicesNamespace::getAliases()`.
This fixes the BC break introduced in 7.2.0 and 7.2.1.
[#947](https://github.com/elastic/elasticsearch-php/pull/)

## Release 7.2.1

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

- Fixed missing put mapping code snippet in code examples
[#938](https://github.com/elastic/elasticsearch-php/pull/938)

# Release 7.2.0

- Updated the API endpoints for working with Elasticsearch 7.2.0:
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Client.php
Expand Up @@ -33,7 +33,7 @@
*/
class Client
{
const VERSION = '7.2.1';
const VERSION = '7.2.2';

/**
* @var Transport
Expand Down

0 comments on commit eefeaa8

Please sign in to comment.