diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa9b50e9..ffa203a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # Release Notes -## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.0.2...master) +## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.0.3...master) + +## [v3.3.0](https://github.com/algolia/algoliasearch-client-php/compare/3.2.0...3.3.0) + +### Changed +- Use interface for constructor arguments ([#704](https://github.com/algolia/algoliasearch-client-php/pull/704)) + +### Fixed +- Corrected saveObjects call example ([#702](https://github.com/algolia/algoliasearch-client-php/pull/702)) +- Fixes deprecation alert when using symfony/error-handler ([#703](https://github.com/algolia/algoliasearch-client-php/pull/703)) ## [v3.2.0](https://github.com/algolia/algoliasearch-client-php/compare/3.1.0...3.2.0) diff --git a/src/Algolia.php b/src/Algolia.php index 8033b23de..9e82c34d9 100644 --- a/src/Algolia.php +++ b/src/Algolia.php @@ -10,7 +10,7 @@ final class Algolia { - const VERSION = '3.2.0'; + const VERSION = '3.3.0'; /** * Holds an instance of the simple cache repository (PSR-16).