From 2f9dec25ee29810f7430fb6987c5d109976f9cc8 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 29 Apr 2024 17:05:29 +0200 Subject: [PATCH] chore(master): release php 2.1.0 (#606) --- clients/php/CHANGELOG.md | 7 +++++++ openapi-generator/php_lang.yaml | 2 +- release-please/manifest-php.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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