From 8d78421f831b31868506e429828935c4dd1a0f23 Mon Sep 17 00:00:00 2001 From: Damien Couchez Date: Tue, 4 Jan 2022 16:48:50 +0100 Subject: [PATCH] chore: bumps version to v3.2.0 --- CHANGELOG.md | 13 +++++++++++++ src/Algolia.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6c3cd3f..7fa9b50e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.0.2...master) +## [v3.2.0](https://github.com/algolia/algoliasearch-client-php/compare/3.1.0...3.2.0) + +### Added +- Add #[\ReturnTypeWillChange] when needed for PHP 8.1 compatibility ([#697](https://github.com/algolia/algoliasearch-client-php/pull/697)) + +### Changed +- chore: move to newer CircleCI image ([#688](https://github.com/algolia/algoliasearch-client-php/pull/688)) +- chore: add PHP 8.1 image check in the CircleCI workflow ([#699](https://github.com/algolia/algoliasearch-client-php/pull/699)) + +### Fixed +- Fix Psr log ([#696](https://github.com/algolia/algoliasearch-client-php/pull/696)) +- Allow newer version of psr/simple-cache ([#698](https://github.com/algolia/algoliasearch-client-php/pull/698)) + ## [v3.1.0](https://github.com/algolia/algoliasearch-client-php/compare/3.0.2...3.1.0) ### Added diff --git a/src/Algolia.php b/src/Algolia.php index d362d94e8..8033b23de 100644 --- a/src/Algolia.php +++ b/src/Algolia.php @@ -10,7 +10,7 @@ final class Algolia { - const VERSION = '3.1.0'; + const VERSION = '3.2.0'; /** * Holds an instance of the simple cache repository (PSR-16).