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).