diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index df52b1ded..d179cae0c 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.17.0](https://github.com/phrase/openapi/compare/php-v1.16.0...php-v1.17.0) (2023-11-03) + + +### Features + +* [TSI-2083] enable format_options argument for java-client ([#426](https://github.com/phrase/openapi/issues/426)) ([faa8cb3](https://github.com/phrase/openapi/commit/faa8cb353ba9f1030b9f7cfd46b894b4d6d26e70)) + ## [1.16.0](https://github.com/phrase/openapi/compare/php-v1.15.0...php-v1.16.0) (2023-10-30) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 4c9f59606..414020aec 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: 1.16.0 +artifactVersion: 1.17.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index bc845f32a..6a197bef5 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "1.16.0" + ".": "1.17.0" } \ No newline at end of file