From bb41e89e17233f7494a4457681357f2fe94c6080 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 17 Feb 2025 11:56:48 +0100 Subject: [PATCH] chore(main): release php 3.2.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 6ef23f663..d8add30b8 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/phrase/openapi/compare/php-v3.1.0...php-v3.2.0) (2025-02-17) + + +### Features + +* **API:** document tags attribute of an upload #STRINGS-1221 ([#790](https://github.com/phrase/openapi/issues/790)) ([fff505b](https://github.com/phrase/openapi/commit/fff505bdff35a0033fee06e505c42fe794c88562)) + ## [3.1.0](https://github.com/phrase/openapi/compare/php-v3.0.3...php-v3.1.0) (2025-02-17) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 721813f5b..7f9ddce54 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.1.0 +artifactVersion: 3.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 e0dc5001b..1f73031b8 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.2.0" } \ No newline at end of file