From f38b14a526fbb35592e037c2b81c8239f8235ecb Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 15 May 2026 15:46:47 +0200 Subject: [PATCH] chore(main): release php 3.21.0 --- clients/php/CHANGELOG.md | 7 +++++++ openapi-generator/php_lang.yaml | 2 +- release-please/manifest-php.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 454115da..3d5844ec 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.21.0](https://github.com/phrase/strings-openapi/compare/php-v3.20.0...php-v3.21.0) (2026-05-15) + + +### Features + +* **API:** Add q search param to locales list endpoint ([#1127](https://github.com/phrase/strings-openapi/issues/1127)) ([24f3a73](https://github.com/phrase/strings-openapi/commit/24f3a73ded885e4b855ad51547990af032dd2b26)) + ## [3.20.0](https://github.com/phrase/strings-openapi/compare/php-v3.19.0...php-v3.20.0) (2026-05-05) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 7f83b7a1..2d1de0f4 100644 --- a/openapi-generator/php_lang.yaml +++ b/openapi-generator/php_lang.yaml @@ -2,7 +2,7 @@ generatorName: php outputDir: clients/php invokerPackage: Phrase -artifactVersion: 3.20.0 +artifactVersion: 3.21.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index d11c8fc3..eba8a049 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.20.0" + ".": "3.21.0" } \ No newline at end of file