Skip to content

Commit

Permalink
Updated CHANGELOG + VERSION for 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jul 12, 2019
1 parent a4dfcec commit ee0c3a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Release 7.1.1

- Fixed `ClientBuilder::setSSLVerification()` to accept string or boolean
[#917](https://github.com/elastic/elasticsearch-php/pull/917)
- Fix type hinting for `setBody` in `Elasticsearch\Endpoints\Ingest\Pipeline\Put`
[#913](https://github.com/elastic/elasticsearch-php/pull/913)

## Release 7.1.0

- Added warning log for Elasticsearch response containing the `Warning` header
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
class Client
{
const VERSION = '7.1.0';
const VERSION = '7.1.1';

/**
* @var Transport
Expand Down

0 comments on commit ee0c3a8

Please sign in to comment.