From a8f5789c7f7f37f1bb479a7655112e7b1126eefc Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 20 Dec 2024 11:30:19 +0100 Subject: [PATCH] chore(master): release php 3.0.1 --- 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 7cdcd958..ad75e8ba 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/phrase/openapi/compare/php-v3.0.0...php-v3.0.1) (2024-12-20) + + +### Bug Fixes + +* **API:** Repo Sync schema fixes #STRINGS-1074 ([#748](https://github.com/phrase/openapi/issues/748)) ([033be10](https://github.com/phrase/openapi/commit/033be1003fe01b5115de1f8ba2336d32b4862bfd)) + ## [3.0.0](https://github.com/phrase/openapi/compare/php-v2.7.0...php-v3.0.0) (2024-12-18) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index da188a5d..9423fd64 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: 3.0.0 +artifactVersion: 3.0.1 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 4191c889..56441f9d 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } \ No newline at end of file