Skip to content

Commit ee0c3a8

Browse files
committed
Updated CHANGELOG + VERSION for 7.1.1
1 parent a4dfcec commit ee0c3a8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release 7.1.1
2+
3+
- Fixed `ClientBuilder::setSSLVerification()` to accept string or boolean
4+
[#917](https://github.com/elastic/elasticsearch-php/pull/917)
5+
- Fix type hinting for `setBody` in `Elasticsearch\Endpoints\Ingest\Pipeline\Put`
6+
[#913](https://github.com/elastic/elasticsearch-php/pull/913)
7+
18
## Release 7.1.0
29

310
- Added warning log for Elasticsearch response containing the `Warning` header

src/Elasticsearch/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
class Client
3636
{
37-
const VERSION = '7.1.0';
37+
const VERSION = '7.1.1';
3838

3939
/**
4040
* @var Transport

0 commit comments

Comments
 (0)