Skip to content

Commit 42b49bd

Browse files
algolia-botmillotp
andcommitted
chore: release 4.4.1
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 8647a77 commit 42b49bd

12 files changed

+16
-11
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [4.4.1](https://github.com/algolia/algoliasearch-client-php/compare/4.4.0...4.4.1)
2+
3+
- [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/)
4+
- [46d9d8fd0](https://github.com/algolia/api-clients-automation/commit/46d9d8fd0) feat(specs): add (optional) _automaticInsights to search result ([#3688](https://github.com/algolia/api-clients-automation/pull/3688)) by [@raed667](https://github.com/raed667/)
5+
16
## [4.4.0](https://github.com/algolia/algoliasearch-client-php/compare/4.3.5...4.4.0)
27

38
- [a254f03ef](https://github.com/algolia/api-clients-automation/commit/a254f03ef) fix(php): assign value when normalising request options ([#3659](https://github.com/algolia/api-clients-automation/pull/3659)) by [@aykutersoy](https://github.com/aykutersoy/)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algolia/algoliasearch-client-php",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "API powering the features of Algolia.",
55
"keywords": [
66
"openapitools",

lib/Algolia.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

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

lib/Api/AbtestingClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class AbtestingClient
2323
{
24-
public const VERSION = '4.4.0';
24+
public const VERSION = '4.4.1';
2525

2626
/**
2727
* @var ApiWrapperInterface

lib/Api/AnalyticsClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class AnalyticsClient
2121
{
22-
public const VERSION = '4.4.0';
22+
public const VERSION = '4.4.1';
2323

2424
/**
2525
* @var ApiWrapperInterface

lib/Api/IngestionClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
class IngestionClient
4242
{
43-
public const VERSION = '4.4.0';
43+
public const VERSION = '4.4.1';
4444

4545
/**
4646
* @var ApiWrapperInterface

lib/Api/InsightsClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class InsightsClient
2222
{
23-
public const VERSION = '4.4.0';
23+
public const VERSION = '4.4.1';
2424

2525
/**
2626
* @var ApiWrapperInterface

lib/Api/MonitoringClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class MonitoringClient
2121
{
22-
public const VERSION = '4.4.0';
22+
public const VERSION = '4.4.1';
2323

2424
/**
2525
* @var ApiWrapperInterface

lib/Api/PersonalizationClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class PersonalizationClient
2222
{
23-
public const VERSION = '4.4.0';
23+
public const VERSION = '4.4.1';
2424

2525
/**
2626
* @var ApiWrapperInterface

lib/Api/QuerySuggestionsClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class QuerySuggestionsClient
2323
{
24-
public const VERSION = '4.4.0';
24+
public const VERSION = '4.4.1';
2525

2626
/**
2727
* @var ApiWrapperInterface

lib/Api/RecommendClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class RecommendClient
2323
{
24-
public const VERSION = '4.4.0';
24+
public const VERSION = '4.4.1';
2525

2626
/**
2727
* @var ApiWrapperInterface

lib/Api/SearchClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
*/
5050
class SearchClient
5151
{
52-
public const VERSION = '4.4.0';
52+
public const VERSION = '4.4.1';
5353

5454
/**
5555
* @var ApiWrapperInterface

0 commit comments

Comments
 (0)