From a9e5e6e2a63e3a798390fda489405d8bb85d60aa Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 31 May 2024 14:12:47 +0200 Subject: [PATCH] chore(master): release php 2.1.2 (#619) --- 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 14deeeab..68edc314 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.2](https://github.com/phrase/openapi/compare/php-v2.1.1...php-v2.1.2) (2024-05-31) + + +### Bug Fixes + +* **CLI:** use id instead of repo_sync_id as param ([#618](https://github.com/phrase/openapi/issues/618)) ([7a1a0d9](https://github.com/phrase/openapi/commit/7a1a0d9115262dc7fa3065ee7cc76bec7a381ddb)) + ## [2.1.1](https://github.com/phrase/openapi/compare/php-v2.1.0...php-v2.1.1) (2024-05-02) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 5853e333..0afab58a 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.1 +artifactVersion: 2.1.2 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 19588bdd..61154386 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "2.1.2" } \ No newline at end of file