Skip to content

Commit 0f25896

Browse files
committed
Updated VERSION to 7.14.0 and CHANGELOG
1 parent a973ebc commit 0f25896

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Release 7.14.0
2+
3+
- Usage of psr/log version 2
4+
[#1154](https://github.com/elastic/elasticsearch-php/pull/1154)
5+
- Update search iterators to send `scroll_id` inside the request body
6+
[#1134](https://github.com/elastic/elasticsearch-php/pull/1134)
7+
- Added the `ingest.geoip.downloader.enabled=false` setting for ES
8+
[5867351](https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1)
9+
- Removed phpcs for autogenerated files (endpoints)
10+
[651c57b](https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a)
11+
112
## Release 7.13.1
213

314
- Added port in url for trace and logger messages

src/Elasticsearch/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*/
7070
class Client
7171
{
72-
const VERSION = '7.14.0-SNAPSHOT';
72+
const VERSION = '7.14.0';
7373

7474
/**
7575
* @var Transport

0 commit comments

Comments
 (0)