Skip to content

Commit 146f096

Browse files
algolia-botmillotp
andcommitted
chore: release 4.29.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent b0eeae7 commit 146f096

14 files changed

+21
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.29.0](https://github.com/algolia/algoliasearch-client-php/compare/4.28.0...4.29.0)
2+
3+
- [ca25c44e2](https://github.com/algolia/api-clients-automation/commit/ca25c44e2) chore(deps): dependencies 2025-09-08 ([#5310](https://github.com/algolia/api-clients-automation/pull/5310)) by [@algolia-bot](https://github.com/algolia-bot/)
4+
- [cfbd9aa3c](https://github.com/algolia/api-clients-automation/commit/cfbd9aa3c) fix(specs): normalize spelling of summaries ([#5340](https://github.com/algolia/api-clients-automation/pull/5340)) by [@kai687](https://github.com/kai687/)
5+
- [353f4a08f](https://github.com/algolia/api-clients-automation/commit/353f4a08f) feat(specs): allow filtering transformations type ([#5363](https://github.com/algolia/api-clients-automation/pull/5363)) by [@shortcuts](https://github.com/shortcuts/)
6+
- [323e06d6f](https://github.com/algolia/api-clients-automation/commit/323e06d6f) chore(deps): dependencies 2025-09-15 ([#5341](https://github.com/algolia/api-clients-automation/pull/5341)) by [@algolia-bot](https://github.com/algolia-bot/)
7+
- [9884be690](https://github.com/algolia/api-clients-automation/commit/9884be690) feat(specs): merge `composition` & `composition-full` ([#5333](https://github.com/algolia/api-clients-automation/pull/5333)) by [@ClaraMuller](https://github.com/ClaraMuller/)
8+
19
## [4.28.0](https://github.com/algolia/algoliasearch-client-php/compare/4.27.0...4.28.0)
210

311
- [8f4abf3a1](https://github.com/algolia/api-clients-automation/commit/8f4abf3a1) fix(specs): Cross-reference filerPromotes to relevant guide ([#5279](https://github.com/algolia/api-clients-automation/pull/5279)) by [@gazconroy](https://github.com/gazconroy/)

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.28.0",
3+
"version": "4.29.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.28.0';
17+
public const VERSION = '4.29.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.28.0';
30+
public const VERSION = '4.29.0';
3131

3232
/**
3333
* @var ApiWrapperInterface

lib/Api/AbtestingV3Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
class AbtestingV3Client
3030
{
31-
public const VERSION = '4.28.0';
31+
public const VERSION = '4.29.0';
3232

3333
/**
3434
* @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.28.0';
42+
public const VERSION = '4.29.0';
4343

4444
/**
4545
* @var ApiWrapperInterface

lib/Api/CompositionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
class CompositionClient
3636
{
37-
public const VERSION = '4.28.0';
37+
public const VERSION = '4.29.0';
3838

3939
/**
4040
* @var ApiWrapperInterface

lib/Api/IngestionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
*/
7474
class IngestionClient
7575
{
76-
public const VERSION = '4.28.0';
76+
public const VERSION = '4.29.0';
7777

7878
/**
7979
* @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.28.0';
24+
public const VERSION = '4.29.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.28.0';
28+
public const VERSION = '4.29.0';
2929

3030
/**
3131
* @var ApiWrapperInterface

0 commit comments

Comments
 (0)