diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 1d2e4b92..56e0491a 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/phrase/openapi/compare/php-v2.0.0...php-v2.1.0) (2024-04-29) + + +### Features + +* **API:** Add 'update_translation_keys' for Uploads [TSI-2292] ([#578](https://github.com/phrase/openapi/issues/578)) ([4492ec0](https://github.com/phrase/openapi/commit/4492ec0a7c62f9de9ab1c1125071615bddcc26ce)) + ## [2.0.0](https://github.com/phrase/openapi/compare/php-v1.22.0...php-v2.0.0) (2024-04-23) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 5d00c410..7274de8a 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: 2.0.0 +artifactVersion: 2.1.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 65f558e7..656a2ef1 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } \ No newline at end of file