From 9b5d3a2373524212d25c9a3537906198ccd2ed82 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 23 Aug 2022 06:44:02 +0000 Subject: [PATCH] chore: prepare release 2022-08-23 --- clients/algoliasearch-client-php/CHANGELOG.md | 4 ++++ config/clients.config.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/clients/algoliasearch-client-php/CHANGELOG.md b/clients/algoliasearch-client-php/CHANGELOG.md index 21f5bb8a29..74a7b921fa 100644 --- a/clients/algoliasearch-client-php/CHANGELOG.md +++ b/clients/algoliasearch-client-php/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.0.0-alpha.14](https://github.com/algolia/algoliasearch-client-php/compare/4.0.0-alpha.13...4.0.0-alpha.14) + +- [7d518b21](https://github.com/algolia/api-clients-automation/commit/7d518b21) docs(php): update migration guide for PHP ([#935](https://github.com/algolia/api-clients-automation/pull/935)) by [@damcou](https://github.com/damcou/) + ## [4.0.0-alpha.13](https://github.com/algolia/algoliasearch-client-php/compare/4.0.0-alpha.12...4.0.0-alpha.13) - [4c1596df](https://github.com/algolia/api-clients-automation/commit/4c1596df) fix(clients): list available regions when region is missing ([#916](https://github.com/algolia/api-clients-automation/pull/916)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/config/clients.config.json b/config/clients.config.json index c9a38f1704..bd2da23b3f 100644 --- a/config/clients.config.json +++ b/config/clients.config.json @@ -27,7 +27,7 @@ "php": { "folder": "clients/algoliasearch-client-php", "gitRepoId": "algoliasearch-client-php", - "packageVersion": "4.0.0-alpha.13", + "packageVersion": "4.0.0-alpha.14", "modelFolder": "lib/Model", "customGenerator": "algolia-php", "apiFolder": "lib/Api",