Skip to content

Commit

Permalink
Updated VERSION to 7.14.0 and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 3, 2021
1 parent a973ebc commit 0f25896
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
*/
class Client
{
const VERSION = '7.14.0-SNAPSHOT';
const VERSION = '7.14.0';

/**
* @var Transport
Expand Down

0 comments on commit 0f25896

Please sign in to comment.