diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 5675d2051..8f73d82c2 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/phrase/openapi/compare/php-v3.0.1...php-v3.0.2) (2025-01-06) + + +### Bug Fixes + +* **CLI:** Adjust operationId for quality_performance_score #STRINGS-1104 ([#721](https://github.com/phrase/openapi/issues/721)) ([7aa3b9b](https://github.com/phrase/openapi/commit/7aa3b9b508d1d24a4af7f4977b1a2fead8bfda78)) + ## [3.0.1](https://github.com/phrase/openapi/compare/php-v3.0.0...php-v3.0.1) (2024-12-20) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 9423fd645..69f0b62f1 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.0.1 +artifactVersion: 3.0.2 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 56441f9d3..a1304a172 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.0.2" } \ No newline at end of file