diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index d46c09fd..0d7e1e6f 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.15.0](https://github.com/phrase/openapi/compare/php-v3.14.0...php-v3.15.0) (2026-01-09) + + +### Features + +* **API:** Add missing project flags to project details schema #SCD-141 ([#993](https://github.com/phrase/openapi/issues/993)) ([93fbdd7](https://github.com/phrase/openapi/commit/93fbdd76150ed94374ef888ac92c0c9b626de7c8)) + + +### Bug Fixes + +* **API:** drop invalid account locale params ([#992](https://github.com/phrase/openapi/issues/992)) ([87af83c](https://github.com/phrase/openapi/commit/87af83c94fd7e47340b5393847e93a31127abbe8)) + ## [3.14.0](https://github.com/phrase/openapi/compare/php-v3.13.1...php-v3.14.0) (2025-12-11) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 6eb869cd..4acb63ee 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.14.0 +artifactVersion: 3.15.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 75e8a660..4336a6cb 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.14.0" + ".": "3.15.0" } \ No newline at end of file