From 87a86f8e3c4cf651980cfcd63debe5217f284b6e Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 12 Jun 2024 15:13:47 +0200 Subject: [PATCH] chore(master): release php 2.2.0 (#626) --- 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 68edc314..9e651e33 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/phrase/openapi/compare/php-v2.1.2...php-v2.2.0) (2024-06-12) + + +### Features + +* **API:** Add OTA Release Triggers API [TSI-2485] ([#622](https://github.com/phrase/openapi/issues/622)) ([8cb91dc](https://github.com/phrase/openapi/commit/8cb91dcce2c19ca700cf9d0713fa74f28ad59434)) + ## [2.1.2](https://github.com/phrase/openapi/compare/php-v2.1.1...php-v2.1.2) (2024-05-31) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 0afab58a..89e387f6 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.1.2 +artifactVersion: 2.2.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 61154386..bfc26f9c 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "2.1.2" + ".": "2.2.0" } \ No newline at end of file