Skip to content

Commit

Permalink
chore: release 4.7.0
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Oct 29, 2024
1 parent 523d0c2 commit b4dfe94
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/)
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.4",
"version": "4.7.0",
"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.4';
public const VERSION = '4.7.0';

/**
* 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.4';
public const VERSION = '4.7.0';

/**
* @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.4';
public const VERSION = '4.7.0';

/**
* @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.4';
public const VERSION = '4.7.0';

/**
* @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.4';
public const VERSION = '4.7.0';

/**
* @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.4';
public const VERSION = '4.7.0';

/**
* @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.4';
public const VERSION = '4.7.0';

/**
* @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.4';
public const VERSION = '4.7.0';

/**
* @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.4';
public const VERSION = '4.7.0';

/**
* @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.4';
public const VERSION = '4.7.0';

/**
* @var ApiWrapperInterface
Expand Down

0 comments on commit b4dfe94

Please sign in to comment.