diff --git a/CHANGELOG.md b/CHANGELOG.md index 046e4a8a4..8161e4536 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/2.8.0...master) +## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.0.1...master) + +## [v3.0.1](https://github.com/algolia/algoliasearch-client-php/compare/3.0.0...3.0.1) + +### Fixed +- Remove invalid method call ([#675](https://github.com/algolia/algoliasearch-client-php/pull/675)) ## [v3.0.0](https://github.com/algolia/algoliasearch-client-php/compare/2.8.0...3.0.0) diff --git a/src/Algolia.php b/src/Algolia.php index 9773bddde..d284eff20 100644 --- a/src/Algolia.php +++ b/src/Algolia.php @@ -10,7 +10,7 @@ final class Algolia { - const VERSION = '3.0.0'; + const VERSION = '3.0.1'; /** * Holds an instance of the simple cache repository (PSR-16).