Skip to content

Commit 93b4b7f

Browse files
algolia-botFluf22
andcommitted
chore: release 4.4.2
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Thomas Raffray <[email protected]>
1 parent 8f493d1 commit 93b4b7f

12 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.4.2](https://github.com/algolia/algoliasearch-client-php/compare/4.4.1...4.4.2)
2+
3+
- [638058eae](https://github.com/algolia/api-clients-automation/commit/638058eae) fix(specs): update search api specs [skip-bc] ([#3760](https://github.com/algolia/api-clients-automation/pull/3760)) by [@Fluf22](https://github.com/Fluf22/)
4+
15
## [4.4.1](https://github.com/algolia/algoliasearch-client-php/compare/4.4.0...4.4.1)
26

37
- [d4df544d6](https://github.com/algolia/api-clients-automation/commit/d4df544d6) fix(specs): remove usage [skip-bc] ([#3691](https://github.com/algolia/api-clients-automation/pull/3691)) by [@kai687](https://github.com/kai687/)

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.4.1",
3+
"version": "4.4.2",
44
"description": "API powering the features of Algolia.",
55
"keywords": [
66
"openapitools",

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.4.1';
17+
public const VERSION = '4.4.2';
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
@@ -21,7 +21,7 @@
2121
*/
2222
class AbtestingClient
2323
{
24-
public const VERSION = '4.4.1';
24+
public const VERSION = '4.4.2';
2525

2626
/**
2727
* @var ApiWrapperInterface

lib/Api/AnalyticsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class AnalyticsClient
2121
{
22-
public const VERSION = '4.4.1';
22+
public const VERSION = '4.4.2';
2323

2424
/**
2525
* @var ApiWrapperInterface

lib/Api/IngestionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
class IngestionClient
4242
{
43-
public const VERSION = '4.4.1';
43+
public const VERSION = '4.4.2';
4444

4545
/**
4646
* @var ApiWrapperInterface

lib/Api/InsightsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class InsightsClient
2222
{
23-
public const VERSION = '4.4.1';
23+
public const VERSION = '4.4.2';
2424

2525
/**
2626
* @var ApiWrapperInterface

lib/Api/MonitoringClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class MonitoringClient
2121
{
22-
public const VERSION = '4.4.1';
22+
public const VERSION = '4.4.2';
2323

2424
/**
2525
* @var ApiWrapperInterface

lib/Api/PersonalizationClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class PersonalizationClient
2222
{
23-
public const VERSION = '4.4.1';
23+
public const VERSION = '4.4.2';
2424

2525
/**
2626
* @var ApiWrapperInterface

lib/Api/QuerySuggestionsClient.php

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

2626
/**
2727
* @var ApiWrapperInterface

0 commit comments

Comments
 (0)