From b83b2c48c28b618c74c226e0f32a30a43b893b6b Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 10 Oct 2024 11:29:53 +0000 Subject: [PATCH] chore: release 4.6.1 Co-authored-by: algolia-bot --- CHANGELOG.md | 8 ++++++++ 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, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c563a827..e3c658b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [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/) +- [ee6c043ef](https://github.com/algolia/api-clients-automation/commit/ee6c043ef) fix(clients): remove all client side validation expect null check ([#3936](https://github.com/algolia/api-clients-automation/pull/3936)) by [@millotp](https://github.com/millotp/) +- [dd71d1c13](https://github.com/algolia/api-clients-automation/commit/dd71d1c13) fix(php): add license to composer ([#3937](https://github.com/algolia/api-clients-automation/pull/3937)) by [@millotp](https://github.com/millotp/) +- [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) +- [45d433d0a](https://github.com/algolia/api-clients-automation/commit/45d433d0a) fix(specs): correct type for banners [skip-bc] ([#3939](https://github.com/algolia/api-clients-automation/pull/3939)) by [@millotp](https://github.com/millotp/) + ## [4.6.0](https://github.com/algolia/algoliasearch-client-php/compare/4.5.0...4.6.0) - [ad8e3d224](https://github.com/algolia/api-clients-automation/commit/ad8e3d224) fix(specs): update analytics and abtesting max pagination query limit ([#3696](https://github.com/algolia/api-clients-automation/pull/3696)) by [@febeck](https://github.com/febeck/) diff --git a/composer.json b/composer.json index 9f8d76a2..1a60fd7c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "algolia/algoliasearch-client-php", - "version": "4.6.0", + "version": "4.6.1", "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 f5612876..07b70573 100644 --- a/lib/Algolia.php +++ b/lib/Algolia.php @@ -14,7 +14,7 @@ final class Algolia { - public const VERSION = '4.6.0'; + public const VERSION = '4.6.1'; /** * Holds an instance of the simple cache repository (PSR-16). diff --git a/lib/Api/AbtestingClient.php b/lib/Api/AbtestingClient.php index b1f2ea6e..9472ccff 100644 --- a/lib/Api/AbtestingClient.php +++ b/lib/Api/AbtestingClient.php @@ -21,7 +21,7 @@ */ class AbtestingClient { - public const VERSION = '4.6.0'; + public const VERSION = '4.6.1'; /** * @var ApiWrapperInterface diff --git a/lib/Api/AnalyticsClient.php b/lib/Api/AnalyticsClient.php index 0ba89ed7..4a02d38e 100644 --- a/lib/Api/AnalyticsClient.php +++ b/lib/Api/AnalyticsClient.php @@ -19,7 +19,7 @@ */ class AnalyticsClient { - public const VERSION = '4.6.0'; + public const VERSION = '4.6.1'; /** * @var ApiWrapperInterface diff --git a/lib/Api/IngestionClient.php b/lib/Api/IngestionClient.php index 77b81df0..713550c1 100644 --- a/lib/Api/IngestionClient.php +++ b/lib/Api/IngestionClient.php @@ -38,7 +38,7 @@ */ class IngestionClient { - public const VERSION = '4.6.0'; + public const VERSION = '4.6.1'; /** * @var ApiWrapperInterface diff --git a/lib/Api/InsightsClient.php b/lib/Api/InsightsClient.php index 9bd82d51..3e66e9ed 100644 --- a/lib/Api/InsightsClient.php +++ b/lib/Api/InsightsClient.php @@ -20,7 +20,7 @@ */ class InsightsClient { - public const VERSION = '4.6.0'; + public const VERSION = '4.6.1'; /** * @var ApiWrapperInterface diff --git a/lib/Api/MonitoringClient.php b/lib/Api/MonitoringClient.php index 6b35631a..27be34ae 100644 --- a/lib/Api/MonitoringClient.php +++ b/lib/Api/MonitoringClient.php @@ -19,7 +19,7 @@ */ class MonitoringClient { - public const VERSION = '4.6.0'; + public const VERSION = '4.6.1'; /** * @var ApiWrapperInterface diff --git a/lib/Api/PersonalizationClient.php b/lib/Api/PersonalizationClient.php index 28711723..458efaf8 100644 --- a/lib/Api/PersonalizationClient.php +++ b/lib/Api/PersonalizationClient.php @@ -20,7 +20,7 @@ */ class PersonalizationClient { - public const VERSION = '4.6.0'; + public const VERSION = '4.6.1'; /** * @var ApiWrapperInterface diff --git a/lib/Api/QuerySuggestionsClient.php b/lib/Api/QuerySuggestionsClient.php index 61a80306..6506052a 100644 --- a/lib/Api/QuerySuggestionsClient.php +++ b/lib/Api/QuerySuggestionsClient.php @@ -21,7 +21,7 @@ */ class QuerySuggestionsClient { - public const VERSION = '4.6.0'; + public const VERSION = '4.6.1'; /** * @var ApiWrapperInterface diff --git a/lib/Api/RecommendClient.php b/lib/Api/RecommendClient.php index 5948130d..42992d0d 100644 --- a/lib/Api/RecommendClient.php +++ b/lib/Api/RecommendClient.php @@ -21,7 +21,7 @@ */ class RecommendClient { - public const VERSION = '4.6.0'; + public const VERSION = '4.6.1'; /** * @var ApiWrapperInterface diff --git a/lib/Api/SearchClient.php b/lib/Api/SearchClient.php index e866ed46..8a0a908d 100644 --- a/lib/Api/SearchClient.php +++ b/lib/Api/SearchClient.php @@ -49,7 +49,7 @@ */ class SearchClient { - public const VERSION = '4.6.0'; + public const VERSION = '4.6.1'; /** * @var ApiWrapperInterface