Skip to content

Commit

Permalink
chore: release 4.6.2
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Oct 17, 2024
1 parent 029a7ca commit 3fcacbd
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/Algolia.php
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/AbtestingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class AbtestingClient
{
public const VERSION = '4.6.1';
public const VERSION = '4.6.2';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/AnalyticsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class AnalyticsClient
{
public const VERSION = '4.6.1';
public const VERSION = '4.6.2';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/IngestionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
class IngestionClient
{
public const VERSION = '4.6.1';
public const VERSION = '4.6.2';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/InsightsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class InsightsClient
{
public const VERSION = '4.6.1';
public const VERSION = '4.6.2';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/MonitoringClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class MonitoringClient
{
public const VERSION = '4.6.1';
public const VERSION = '4.6.2';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/PersonalizationClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class PersonalizationClient
{
public const VERSION = '4.6.1';
public const VERSION = '4.6.2';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/QuerySuggestionsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class QuerySuggestionsClient
{
public const VERSION = '4.6.1';
public const VERSION = '4.6.2';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/RecommendClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class RecommendClient
{
public const VERSION = '4.6.1';
public const VERSION = '4.6.2';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/SearchClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
class SearchClient
{
public const VERSION = '4.6.1';
public const VERSION = '4.6.2';

/**
* @var ApiWrapperInterface
Expand Down

0 comments on commit 3fcacbd

Please sign in to comment.