Skip to content

Commit bbac560

Browse files
chore: release 4.22.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent ec138b2 commit bbac560

13 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.22.0](https://github.com/algolia/algoliasearch-client-php/compare/4.21.0...4.22.0)
2+
3+
- [46a6045a2a](https://github.com/algolia/api-clients-automation/commit/46a6045a2a) feat(clients): add bridge to transformation on search ([#4940](https://github.com/algolia/api-clients-automation/pull/4940)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [6031284e24](https://github.com/algolia/api-clients-automation/commit/6031284e24) feat(specs): update try transformation specs for no-code ([#4974](https://github.com/algolia/api-clients-automation/pull/4974)) by [@mehmetaligok](https://github.com/mehmetaligok/)
5+
- [2561c945f7](https://github.com/algolia/api-clients-automation/commit/2561c945f7) fix(clients): processingTimeMS should be optional ([#5004](https://github.com/algolia/api-clients-automation/pull/5004)) by [@Fluf22](https://github.com/Fluf22/)
6+
- [973cc0c07e](https://github.com/algolia/api-clients-automation/commit/973cc0c07e) feat(specs): add new ingestion property for push ([#5007](https://github.com/algolia/api-clients-automation/pull/5007)) by [@shortcuts](https://github.com/shortcuts/)
7+
18
## [4.21.0](https://github.com/algolia/algoliasearch-client-php/compare/4.20.0...4.21.0)
29

310
- [835daccb48](https://github.com/algolia/api-clients-automation/commit/835daccb48) feat(specs): add with transformation helpers ([#4931](https://github.com/algolia/api-clients-automation/pull/4931)) by [@shortcuts](https://github.com/shortcuts/)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algolia/algoliasearch-client-php",
3-
"version": "4.21.0",
3+
"version": "4.22.0",
44
"description": "API powering the features of Algolia.",
55
"keywords": ["algolia", "search", "api", "client", "php"],
66
"type": "library",

lib/Algolia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
final class Algolia
1616
{
17-
public const VERSION = '4.21.0';
17+
public const VERSION = '4.22.0';
1818

1919
/**
2020
* Holds an instance of the simple cache repository (PSR-16).

lib/Api/AbtestingClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
class AbtestingClient
2929
{
30-
public const VERSION = '4.21.0';
30+
public const VERSION = '4.22.0';
3131

3232
/**
3333
* @var ApiWrapperInterface

lib/Api/AnalyticsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*/
4040
class AnalyticsClient
4141
{
42-
public const VERSION = '4.21.0';
42+
public const VERSION = '4.22.0';
4343

4444
/**
4545
* @var ApiWrapperInterface

lib/Api/CompositionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class CompositionClient
2525
{
26-
public const VERSION = '4.21.0';
26+
public const VERSION = '4.22.0';
2727

2828
/**
2929
* @var ApiWrapperInterface

lib/Api/IngestionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*/
7070
class IngestionClient
7171
{
72-
public const VERSION = '4.21.0';
72+
public const VERSION = '4.22.0';
7373

7474
/**
7575
* @var ApiWrapperInterface

lib/Api/InsightsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class InsightsClient
2323
{
24-
public const VERSION = '4.21.0';
24+
public const VERSION = '4.22.0';
2525

2626
/**
2727
* @var ApiWrapperInterface

lib/Api/MonitoringClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
class MonitoringClient
2727
{
28-
public const VERSION = '4.21.0';
28+
public const VERSION = '4.22.0';
2929

3030
/**
3131
* @var ApiWrapperInterface

lib/Api/PersonalizationClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class PersonalizationClient
2525
{
26-
public const VERSION = '4.21.0';
26+
public const VERSION = '4.22.0';
2727

2828
/**
2929
* @var ApiWrapperInterface

0 commit comments

Comments
 (0)