Skip to content

Commit

Permalink
Prep for 7.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed May 11, 2022
1 parent adb180d commit 1cf2776
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,5 +1,12 @@
# Changelog

## 7.17.0 (2022-05-11)

- Fixed support of array in `sort` parameter for AppSearch::search()
[#11](https://github.com/elastic/enterprise-search-php/issues/11)
- Fixed PHP 8.1 deprecation notice on `Elastic\EnterpriseSearch\Response\Response::offsetGet`
[#16](https://github.com/elastic/enterprise-search-php/issues/16)

## 7.16.0 (2022-01-31)

- Changed PHP `7.4` as minimum required. Official PHP team support for PHP `7.3` ends on 2021 December 06
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

class Client
{
const VERSION = '7.x';
const VERSION = '7.17.0';

/**
* @var array
Expand Down

0 comments on commit 1cf2776

Please sign in to comment.