From 7650a5845963d5547cee2834bab112d19b29bd96 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 11 Dec 2025 11:32:29 +0100 Subject: [PATCH] chore(main): release php 3.14.0 --- clients/php/CHANGELOG.md | 9 +++++++++ openapi-generator/php_lang.yaml | 2 +- release-please/manifest-php.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 6e16ce01..d46c09fd 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.14.0](https://github.com/phrase/openapi/compare/php-v3.13.1...php-v3.14.0) (2025-12-11) + + +### Features + +* **API:** Add create comparison endpoint for branches [SCD-549] ([#966](https://github.com/phrase/openapi/issues/966)) ([4099e32](https://github.com/phrase/openapi/commit/4099e32d42744f9d73346077ef30b0f4bd5c849e)) +* **API:** add manual triggering of automations #SCM-953 ([#968](https://github.com/phrase/openapi/issues/968)) ([ebe1c68](https://github.com/phrase/openapi/commit/ebe1c68e472d87ea6c6cd2f76bb421406c30a274)) +* **API:** add use_locale_fallback option to download #SCD-620 ([#976](https://github.com/phrase/openapi/issues/976)) ([9266c68](https://github.com/phrase/openapi/commit/9266c680d8717bb736aed83625858f0b3419da54)) + ## [3.13.1](https://github.com/phrase/openapi/compare/php-v3.13.0...php-v3.13.1) (2025-11-10) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 03b77ac5..6eb869cd 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.13.1 +artifactVersion: 3.14.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 0fef13b1..75e8a660 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.13.1" + ".": "3.14.0" } \ No newline at end of file