Skip to content

Commit bf1f9ba

Browse files
committed
chore: release 4.38.2
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com>
1 parent fb99adf commit bf1f9ba

14 files changed

Lines changed: 17 additions & 13 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.38.2](https://github.com/algolia/algoliasearch-client-php/compare/4.38.1...4.38.2)
2+
3+
- [9545a4f51](https://github.com/algolia/api-clients-automation/commit/9545a4f51) fix(php): with transformation missing param ([#5986](https://github.com/algolia/api-clients-automation/pull/5986)) by [@eric-zaharia](https://github.com/eric-zaharia/)
4+
15
## [4.38.1](https://github.com/algolia/algoliasearch-client-php/compare/4.38.0...4.38.1)
26

37
- [46be49a3f](https://github.com/algolia/api-clients-automation/commit/46be49a3f) docs(specs): align with style guides ([#5930](https://github.com/algolia/api-clients-automation/pull/5930)) 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.38.1",
3+
"version": "4.38.2",
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.38.1';
17+
public const VERSION = '4.38.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
@@ -26,7 +26,7 @@
2626
*/
2727
class AbtestingClient
2828
{
29-
public const VERSION = '4.38.1';
29+
public const VERSION = '4.38.2';
3030

3131
/**
3232
* @var ApiWrapperInterface

lib/Api/AbtestingV3Client.php

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

3232
/**
3333
* @var ApiWrapperInterface

lib/Api/AnalyticsClient.php

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

4545
/**
4646
* @var ApiWrapperInterface

lib/Api/CompositionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
class CompositionClient
3737
{
38-
public const VERSION = '4.38.1';
38+
public const VERSION = '4.38.2';
3939

4040
/**
4141
* @var ApiWrapperInterface

lib/Api/IngestionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
*/
7575
class IngestionClient
7676
{
77-
public const VERSION = '4.38.1';
77+
public const VERSION = '4.38.2';
7878

7979
/**
8080
* @var ApiWrapperInterface

lib/Api/InsightsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
class InsightsClient
2424
{
25-
public const VERSION = '4.38.1';
25+
public const VERSION = '4.38.2';
2626

2727
/**
2828
* @var ApiWrapperInterface

lib/Api/MonitoringClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
class MonitoringClient
2828
{
29-
public const VERSION = '4.38.1';
29+
public const VERSION = '4.38.2';
3030

3131
/**
3232
* @var ApiWrapperInterface

0 commit comments

Comments
 (0)