From 141936e662991bb21d4c34d9b60f1d2f5e60a58d Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 3 Dec 2024 09:13:02 +0100 Subject: [PATCH] chore(master): release php 2.7.0 (#715) --- clients/php/CHANGELOG.md | 12 ++++++++++++ openapi-generator/php_lang.yaml | 2 +- release-please/manifest-php.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index d6209ebd..12319ab2 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.7.0](https://github.com/phrase/openapi/compare/php-v2.6.0...php-v2.7.0) (2024-11-27) + + +### Features + +* **API:** autotranslate param in key creation [STRINGS-786] ([#713](https://github.com/phrase/openapi/issues/713)) ([581d0ff](https://github.com/phrase/openapi/commit/581d0ff5f1d06757e5ddd9603b78fc8d435d68ee)) + + +### Bug Fixes + +* **API:** Comment creation schema fix #STRINGS-866 ([#718](https://github.com/phrase/openapi/issues/718)) ([e201d13](https://github.com/phrase/openapi/commit/e201d1360c89698dd8d3642cc28f89dd0e50a1fb)) + ## [2.6.0](https://github.com/phrase/openapi/compare/php-v2.5.0...php-v2.6.0) (2024-11-08) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 71c2e53e..8292a364 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.6.0 +artifactVersion: 2.7.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 511dd516..d1328ca9 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "2.6.0" + ".": "2.7.0" } \ No newline at end of file