From 6e2144a39a765e602027d618b92d7aa7ee1c3ebd Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 18 Jun 2024 08:57:25 +0200 Subject: [PATCH] chore(master): release php 2.2.1 (#634) --- 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 9e651e33..b991f73a 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/phrase/openapi/compare/php-v2.2.0...php-v2.2.1) (2024-06-18) + + +### Bug Fixes + +* add app_min_version and app_max_version param to releases ([#633](https://github.com/phrase/openapi/issues/633)) ([b384301](https://github.com/phrase/openapi/commit/b3843012460ace4c1d34c4373e5158595466adcb)) + ## [2.2.0](https://github.com/phrase/openapi/compare/php-v2.1.2...php-v2.2.0) (2024-06-12) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 89e387f6..07a6bc0c 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.2.0 +artifactVersion: 2.2.1 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index bfc26f9c..89d8ff81 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } \ No newline at end of file