From 0f258961c36075e17a133fe0075b881035998d27 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Tue, 3 Aug 2021 18:26:31 +0200 Subject: [PATCH] Updated VERSION to 7.14.0 and CHANGELOG --- CHANGELOG.md | 11 +++++++++++ src/Elasticsearch/Client.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c56afc2e..6bc98d86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## Release 7.14.0 + +- Usage of psr/log version 2 + [#1154](https://github.com/elastic/elasticsearch-php/pull/1154) +- Update search iterators to send `scroll_id` inside the request body + [#1134](https://github.com/elastic/elasticsearch-php/pull/1134) +- Added the `ingest.geoip.downloader.enabled=false` setting for ES + [5867351](https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1) +- Removed phpcs for autogenerated files (endpoints) + [651c57b](https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a) + ## Release 7.13.1 - Added port in url for trace and logger messages diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index f45dc7cbc..2cd391932 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -69,7 +69,7 @@ */ class Client { - const VERSION = '7.14.0-SNAPSHOT'; + const VERSION = '7.14.0'; /** * @var Transport