diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 9fd4a87a..d19d9a81 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.15.2](https://github.com/phrase/strings-openapi/compare/php-v3.15.1...php-v3.15.2) (2026-01-21) + + +### Bug Fixes + +* remove project from account locales ([#1025](https://github.com/phrase/strings-openapi/issues/1025)) ([06b780f](https://github.com/phrase/strings-openapi/commit/06b780f91d2fe22a22ec821aa18968ed3b50510a)) + ## [3.15.1](https://github.com/phrase/strings-openapi/compare/php-v3.15.0...php-v3.15.1) (2026-01-16) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 16cfa779..cd149801 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.15.1 +artifactVersion: 3.15.2 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 85b75780..8561d0e5 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.15.1" + ".": "3.15.2" } \ No newline at end of file