From b4dfe9420c65ebb3252f7103ad4e8c6ea6b61314 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 29 Oct 2024 11:34:48 +0000 Subject: [PATCH] chore: release 4.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: algolia-bot Co-authored-by: Clément Vannicatte --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- lib/Algolia.php | 2 +- lib/Api/AbtestingClient.php | 2 +- lib/Api/AnalyticsClient.php | 2 +- lib/Api/IngestionClient.php | 2 +- lib/Api/InsightsClient.php | 2 +- lib/Api/MonitoringClient.php | 2 +- lib/Api/PersonalizationClient.php | 2 +- lib/Api/QuerySuggestionsClient.php | 2 +- lib/Api/RecommendClient.php | 2 +- lib/Api/SearchClient.php | 2 +- 12 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da47fb8..dc3af857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.7.0](https://github.com/algolia/algoliasearch-client-php/compare/4.6.4...4.7.0) + +- [22f49f1f6](https://github.com/algolia/api-clients-automation/commit/22f49f1f6) fix(specs): update time range number types [skip-bc] ([#4023](https://github.com/algolia/api-clients-automation/pull/4023)) by [@Fluf22](https://github.com/Fluf22/) +- [312d33731](https://github.com/algolia/api-clients-automation/commit/312d33731) feat(specs): add missing message attribute to GetObjectsResponse [skip-bc] ([#4029](https://github.com/algolia/api-clients-automation/pull/4029)) by [@kombucha](https://github.com/kombucha/) +- [32f9f4d16](https://github.com/algolia/api-clients-automation/commit/32f9f4d16) fix(specs): support synonyms type in camel case [skip-bc] ([#4031](https://github.com/algolia/api-clients-automation/pull/4031)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.6.4](https://github.com/algolia/algoliasearch-client-php/compare/4.6.3...4.6.4) - [1f36e8f93](https://github.com/algolia/api-clients-automation/commit/1f36e8f93) fix(specs): results in getObjects is required ([#4024](https://github.com/algolia/api-clients-automation/pull/4024)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/composer.json b/composer.json index c05d8bd3..bb078a90 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "algolia/algoliasearch-client-php", - "version": "4.6.4", + "version": "4.7.0", "description": "API powering the features of Algolia.", "keywords": ["algolia", "search", "api", "client", "php"], "type": "library", diff --git a/lib/Algolia.php b/lib/Algolia.php index c47df76b..d9b4ba9d 100644 --- a/lib/Algolia.php +++ b/lib/Algolia.php @@ -14,7 +14,7 @@ final class Algolia { - public const VERSION = '4.6.4'; + public const VERSION = '4.7.0'; /** * Holds an instance of the simple cache repository (PSR-16). diff --git a/lib/Api/AbtestingClient.php b/lib/Api/AbtestingClient.php index 3c0e98a0..5858f8c7 100644 --- a/lib/Api/AbtestingClient.php +++ b/lib/Api/AbtestingClient.php @@ -21,7 +21,7 @@ */ class AbtestingClient { - public const VERSION = '4.6.4'; + public const VERSION = '4.7.0'; /** * @var ApiWrapperInterface diff --git a/lib/Api/AnalyticsClient.php b/lib/Api/AnalyticsClient.php index db1f4b89..abaaf346 100644 --- a/lib/Api/AnalyticsClient.php +++ b/lib/Api/AnalyticsClient.php @@ -19,7 +19,7 @@ */ class AnalyticsClient { - public const VERSION = '4.6.4'; + public const VERSION = '4.7.0'; /** * @var ApiWrapperInterface diff --git a/lib/Api/IngestionClient.php b/lib/Api/IngestionClient.php index 4e3c2389..81cdaced 100644 --- a/lib/Api/IngestionClient.php +++ b/lib/Api/IngestionClient.php @@ -38,7 +38,7 @@ */ class IngestionClient { - public const VERSION = '4.6.4'; + public const VERSION = '4.7.0'; /** * @var ApiWrapperInterface diff --git a/lib/Api/InsightsClient.php b/lib/Api/InsightsClient.php index 6000d8ef..aa45acbd 100644 --- a/lib/Api/InsightsClient.php +++ b/lib/Api/InsightsClient.php @@ -20,7 +20,7 @@ */ class InsightsClient { - public const VERSION = '4.6.4'; + public const VERSION = '4.7.0'; /** * @var ApiWrapperInterface diff --git a/lib/Api/MonitoringClient.php b/lib/Api/MonitoringClient.php index cdb634d2..26c3a302 100644 --- a/lib/Api/MonitoringClient.php +++ b/lib/Api/MonitoringClient.php @@ -19,7 +19,7 @@ */ class MonitoringClient { - public const VERSION = '4.6.4'; + public const VERSION = '4.7.0'; /** * @var ApiWrapperInterface diff --git a/lib/Api/PersonalizationClient.php b/lib/Api/PersonalizationClient.php index dd06ebba..e1f5938e 100644 --- a/lib/Api/PersonalizationClient.php +++ b/lib/Api/PersonalizationClient.php @@ -20,7 +20,7 @@ */ class PersonalizationClient { - public const VERSION = '4.6.4'; + public const VERSION = '4.7.0'; /** * @var ApiWrapperInterface diff --git a/lib/Api/QuerySuggestionsClient.php b/lib/Api/QuerySuggestionsClient.php index f9274695..c7c3d846 100644 --- a/lib/Api/QuerySuggestionsClient.php +++ b/lib/Api/QuerySuggestionsClient.php @@ -21,7 +21,7 @@ */ class QuerySuggestionsClient { - public const VERSION = '4.6.4'; + public const VERSION = '4.7.0'; /** * @var ApiWrapperInterface diff --git a/lib/Api/RecommendClient.php b/lib/Api/RecommendClient.php index d933d05a..6a74980d 100644 --- a/lib/Api/RecommendClient.php +++ b/lib/Api/RecommendClient.php @@ -21,7 +21,7 @@ */ class RecommendClient { - public const VERSION = '4.6.4'; + public const VERSION = '4.7.0'; /** * @var ApiWrapperInterface diff --git a/lib/Api/SearchClient.php b/lib/Api/SearchClient.php index 1f68308d..aae3b26c 100644 --- a/lib/Api/SearchClient.php +++ b/lib/Api/SearchClient.php @@ -49,7 +49,7 @@ */ class SearchClient { - public const VERSION = '4.6.4'; + public const VERSION = '4.7.0'; /** * @var ApiWrapperInterface