From b204b8cfd7f09fd457eeedfbdb22501bec088a02 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 30 Oct 2023 15:56:35 +0100 Subject: [PATCH] chore(master): release php 1.16.0 --- 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 bfd05a7c..df52b1de 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.0](https://github.com/phrase/openapi/compare/php-v1.15.0...php-v1.16.0) (2023-10-30) + + +### Features + +* Update openapi-generator to v7 ([#418](https://github.com/phrase/openapi/issues/418)) ([524626f](https://github.com/phrase/openapi/commit/524626f5e914bfef6025d0e1c2cbc7a728d08f56)) + ## [1.15.0](https://github.com/phrase/openapi/compare/php-v1.14.0...php-v1.15.0) (2023-10-23) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 108312bd..4c9f5960 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.15.0 +artifactVersion: 1.16.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 7ccfe12c..bc845f32 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "1.15.0" + ".": "1.16.0" } \ No newline at end of file