From 3fcacbd31bf75ef4e7d632c107ac6ec1eecafc3e Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 17 Oct 2024 16:15:20 +0000 Subject: [PATCH] chore: release 4.6.2 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 | 10 ++++++++++ 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, 21 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c658b8..1f6e822a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [4.6.2](https://github.com/algolia/algoliasearch-client-php/compare/4.6.1...4.6.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [95e4149a3](https://github.com/algolia/api-clients-automation/commit/95e4149a3) chore(deps): dependencies 2024-10-14 ([#3944](https://github.com/algolia/api-clients-automation/pull/3944)) by [@algolia-bot](https://github.com/algolia-bot/) +- [162dfafa1](https://github.com/algolia/api-clients-automation/commit/162dfafa1) fix(clients): escape char in comments ([#3973](https://github.com/algolia/api-clients-automation/pull/3973)) by [@millotp](https://github.com/millotp/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.6.1](https://github.com/algolia/algoliasearch-client-php/compare/4.6.0...4.6.1) - [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/composer.json b/composer.json index 1a60fd7c..ff6c3ab0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "algolia/algoliasearch-client-php", - "version": "4.6.1", + "version": "4.6.2", "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 07b70573..b7508fec 100644 --- a/lib/Algolia.php +++ b/lib/Algolia.php @@ -14,7 +14,7 @@ final class Algolia { - public const VERSION = '4.6.1'; + public const VERSION = '4.6.2'; /** * Holds an instance of the simple cache repository (PSR-16). diff --git a/lib/Api/AbtestingClient.php b/lib/Api/AbtestingClient.php index 5046317d..1c7291f2 100644 --- a/lib/Api/AbtestingClient.php +++ b/lib/Api/AbtestingClient.php @@ -21,7 +21,7 @@ */ class AbtestingClient { - public const VERSION = '4.6.1'; + public const VERSION = '4.6.2'; /** * @var ApiWrapperInterface diff --git a/lib/Api/AnalyticsClient.php b/lib/Api/AnalyticsClient.php index 0a7300da..a81d1d83 100644 --- a/lib/Api/AnalyticsClient.php +++ b/lib/Api/AnalyticsClient.php @@ -19,7 +19,7 @@ */ class AnalyticsClient { - public const VERSION = '4.6.1'; + public const VERSION = '4.6.2'; /** * @var ApiWrapperInterface diff --git a/lib/Api/IngestionClient.php b/lib/Api/IngestionClient.php index 75d1f12b..04a3faf4 100644 --- a/lib/Api/IngestionClient.php +++ b/lib/Api/IngestionClient.php @@ -38,7 +38,7 @@ */ class IngestionClient { - public const VERSION = '4.6.1'; + public const VERSION = '4.6.2'; /** * @var ApiWrapperInterface diff --git a/lib/Api/InsightsClient.php b/lib/Api/InsightsClient.php index c583f652..6dbdcb32 100644 --- a/lib/Api/InsightsClient.php +++ b/lib/Api/InsightsClient.php @@ -20,7 +20,7 @@ */ class InsightsClient { - public const VERSION = '4.6.1'; + public const VERSION = '4.6.2'; /** * @var ApiWrapperInterface diff --git a/lib/Api/MonitoringClient.php b/lib/Api/MonitoringClient.php index 97df821f..f9b1daf7 100644 --- a/lib/Api/MonitoringClient.php +++ b/lib/Api/MonitoringClient.php @@ -19,7 +19,7 @@ */ class MonitoringClient { - public const VERSION = '4.6.1'; + public const VERSION = '4.6.2'; /** * @var ApiWrapperInterface diff --git a/lib/Api/PersonalizationClient.php b/lib/Api/PersonalizationClient.php index f7d97612..e272478d 100644 --- a/lib/Api/PersonalizationClient.php +++ b/lib/Api/PersonalizationClient.php @@ -20,7 +20,7 @@ */ class PersonalizationClient { - public const VERSION = '4.6.1'; + public const VERSION = '4.6.2'; /** * @var ApiWrapperInterface diff --git a/lib/Api/QuerySuggestionsClient.php b/lib/Api/QuerySuggestionsClient.php index ae1c98e1..27268de2 100644 --- a/lib/Api/QuerySuggestionsClient.php +++ b/lib/Api/QuerySuggestionsClient.php @@ -21,7 +21,7 @@ */ class QuerySuggestionsClient { - public const VERSION = '4.6.1'; + public const VERSION = '4.6.2'; /** * @var ApiWrapperInterface diff --git a/lib/Api/RecommendClient.php b/lib/Api/RecommendClient.php index 69ba0917..7fec11c8 100644 --- a/lib/Api/RecommendClient.php +++ b/lib/Api/RecommendClient.php @@ -21,7 +21,7 @@ */ class RecommendClient { - public const VERSION = '4.6.1'; + public const VERSION = '4.6.2'; /** * @var ApiWrapperInterface diff --git a/lib/Api/SearchClient.php b/lib/Api/SearchClient.php index 872e328a..2c3df35d 100644 --- a/lib/Api/SearchClient.php +++ b/lib/Api/SearchClient.php @@ -49,7 +49,7 @@ */ class SearchClient { - public const VERSION = '4.6.1'; + public const VERSION = '4.6.2'; /** * @var ApiWrapperInterface