Skip to content

Commit 8d78421

Browse files
committed
chore: bumps version to v3.2.0
1 parent ed034da commit 8d78421

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

11+
## [v3.2.0](https://github.com/algolia/algoliasearch-client-php/compare/3.1.0...3.2.0)
12+
13+
### Added
14+
- Add #[\ReturnTypeWillChange] when needed for PHP 8.1 compatibility ([#697](https://github.com/algolia/algoliasearch-client-php/pull/697))
15+
16+
### Changed
17+
- chore: move to newer CircleCI image ([#688](https://github.com/algolia/algoliasearch-client-php/pull/688))
18+
- chore: add PHP 8.1 image check in the CircleCI workflow ([#699](https://github.com/algolia/algoliasearch-client-php/pull/699))
19+
20+
### Fixed
21+
- Fix Psr log ([#696](https://github.com/algolia/algoliasearch-client-php/pull/696))
22+
- Allow newer version of psr/simple-cache ([#698](https://github.com/algolia/algoliasearch-client-php/pull/698))
23+
1124
## [v3.1.0](https://github.com/algolia/algoliasearch-client-php/compare/3.0.2...3.1.0)
1225

1326
### Added

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 = '3.1.0';
13+
const VERSION = '3.2.0';
1414

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

0 commit comments

Comments
 (0)