From 17083be5fec3876b8548169c178a1735d8e16530 Mon Sep 17 00:00:00 2001 From: Chloe Liban Date: Fri, 23 Apr 2021 15:29:26 +0200 Subject: [PATCH] chore: bumps version to 3.0.1 --- CHANGELOG.md | 7 ++++++- src/Algolia.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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).