diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index ae51a503..f174359a 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.23.0](https://github.com/phrase/strings-openapi/compare/php-v3.22.0...php-v3.23.0) (2026-06-11) + + +### Features + +* **API:** add fallback_for_unverified_translations param to locale d… ([#1148](https://github.com/phrase/strings-openapi/issues/1148)) ([9ef6248](https://github.com/phrase/strings-openapi/commit/9ef6248aae14d9bd65eee9ea3554f03c6f9331cb)) + ## [3.22.0](https://github.com/phrase/strings-openapi/compare/php-v3.21.0...php-v3.22.0) (2026-06-04) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index b27eb494..fb907411 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.22.0 +artifactVersion: 3.23.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 1887bd54..fdd6f7be 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.22.0" + ".": "3.23.0" } \ No newline at end of file