Skip to content

Commit

Permalink
chore: release 4.0.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 Aug 14, 2024
1 parent 9c237f7 commit 98cffcf
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.0.0](https://github.com/algolia/algoliasearch-client-php/compare/4.0.0-beta.15...4.0.0)

New major version released! Browse [our documentation](https://www.algolia.com/doc/libraries/php)

- [22348001a](https://github.com/algolia/api-clients-automation/commit/22348001a) fix(specs): required ingestion search params ([#3516](https://github.com/algolia/api-clients-automation/pull/3516)) by [@shortcuts](https://github.com/shortcuts/)

## [4.0.0-beta.15](https://github.com/algolia/algoliasearch-client-php/compare/4.0.0-beta.14...4.0.0-beta.15)

- [7d2ab99ce](https://github.com/algolia/api-clients-automation/commit/7d2ab99ce) feat(specs): add authentications to ingestion transformations ([#3494](https://github.com/algolia/api-clients-automation/pull/3494)) 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.0.0-beta.15",
"version": "4.0.0",
"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.0.0-beta.15';
public const VERSION = '4.0.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 @@ -20,7 +20,7 @@
*/
class AbtestingClient
{
public const VERSION = '4.0.0-beta.15';
public const VERSION = '4.0.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.0.0-beta.15';
public const VERSION = '4.0.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 @@ -40,7 +40,7 @@
*/
class IngestionClient
{
public const VERSION = '4.0.0-beta.15';
public const VERSION = '4.0.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.0.0-beta.15';
public const VERSION = '4.0.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.0.0-beta.15';
public const VERSION = '4.0.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.0.0-beta.15';
public const VERSION = '4.0.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.0.0-beta.15';
public const VERSION = '4.0.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.0.0-beta.15';
public const VERSION = '4.0.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 @@ -47,7 +47,7 @@
*/
class SearchClient
{
public const VERSION = '4.0.0-beta.15';
public const VERSION = '4.0.0';

/**
* @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.0.0-beta.15';
public const VERSION = '4.0.0';

/**
* @var ApiWrapperInterface
Expand Down

0 comments on commit 98cffcf

Please sign in to comment.