From cbd07bc0bb7303ff71e238d2d6284ef8469e1d5a Mon Sep 17 00:00:00 2001 From: Damien Couchez Date: Thu, 22 Sep 2022 10:21:13 +0200 Subject: [PATCH] chore: bumps version to v3.3.2 --- CHANGELOG.md | 7 ++++++- src/Algolia.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b964cc00..a8b2662a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # Release Notes -## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.3.1...master) +## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.3.2...master) + +## [v3.3.2](https://github.com/algolia/algoliasearch-client-php/compare/3.3.1...3.3.2) + +### Fixed +- Add phpdoc regarding return types ([#710](https://github.com/algolia/algoliasearch-client-php/pull/710)) ## [v3.3.1](https://github.com/algolia/algoliasearch-client-php/compare/3.3.0...3.3.1) diff --git a/src/Algolia.php b/src/Algolia.php index 6c0d68e2d..832f32843 100644 --- a/src/Algolia.php +++ b/src/Algolia.php @@ -10,7 +10,7 @@ final class Algolia { - const VERSION = '3.3.1'; + const VERSION = '3.3.2'; /** * Holds an instance of the simple cache repository (PSR-16).