Skip to content

Commit d1d7f6d

Browse files
committed
release(2.3.0): bumps version
1 parent 84f5e1b commit d1d7f6d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/2.2.6...master)
1010

11+
## [v2.3.0](https://github.com/algolia/algoliasearch-client-php/compare/2.2.6...2.3.0)
12+
1113
### Added
1214
- `SearchClient::exists` method ([#565](https://github.com/algolia/algoliasearch-client-php/pull/565))
1315

16+
### Fixed
17+
- Retry strategy bug while using `Guzzle` requester: `cURL error XX: Failed to connect` ([#572](https://github.com/algolia/algoliasearch-client-php/pull/572))
18+
1419
## [v2.2.6](https://github.com/algolia/algoliasearch-client-php/compare/2.2.5...2.2.6)
1520

1621
### Fixed

src/Algolia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
final class Algolia
1212
{
13-
const VERSION = '2.2.6';
13+
const VERSION = '2.3.0';
1414

1515
/**
1616
* Holds an instance of the simple cache repository (PSR-16).

0 commit comments

Comments
 (0)