Skip to content

Commit

Permalink
chore: release 4.3.1
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 Aug 28, 2024
1 parent be81183 commit 7aea9b8
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.3.1](https://github.com/algolia/algoliasearch-client-php/compare/4.3.0...4.3.1)

- [41f849e41](https://github.com/algolia/api-clients-automation/commit/41f849e41) fix(specs): partial update operation ([#3486](https://github.com/algolia/api-clients-automation/pull/3486)) by [@kai687](https://github.com/kai687/)

## [4.3.0](https://github.com/algolia/algoliasearch-client-php/compare/4.2.0...4.3.0)

- [23a799f0e](https://github.com/algolia/api-clients-automation/commit/23a799f0e) feat(specs): push source type ([#3600](https://github.com/algolia/api-clients-automation/pull/3600)) 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.3.0",
"version": "4.3.1",
"description": "API powering the features of Algolia.",
"keywords": [
"openapitools",
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.3.0';
public const VERSION = '4.3.1';

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

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

/**
* @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 @@ -40,7 +40,7 @@
*/
class IngestionClient
{
public const VERSION = '4.3.0';
public const VERSION = '4.3.1';

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

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

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

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

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

/**
* @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 @@ -47,7 +47,7 @@
*/
class SearchClient
{
public const VERSION = '4.3.0';
public const VERSION = '4.3.1';

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

/**
* @var ApiWrapperInterface
Expand Down

0 comments on commit 7aea9b8

Please sign in to comment.