From a658dbf80cf0bad76181d4b01b3d620ee726eda6 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 1 Apr 2026 15:22:46 +0200 Subject: [PATCH] chore(main): release php 3.17.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 81e49d4d..e4fb5120 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.17.0](https://github.com/phrase/strings-openapi/compare/php-v3.16.0...php-v3.17.0) (2026-04-01) + + +### Features + +* **API:** Add missing project & job params ([#1065](https://github.com/phrase/strings-openapi/issues/1065)) ([0df6013](https://github.com/phrase/strings-openapi/commit/0df6013f919fdb763c15a1192372e1e5dc743a58)) +* **API:** Extend exposed project settings ([#1071](https://github.com/phrase/strings-openapi/issues/1071)) ([b93ce3b](https://github.com/phrase/strings-openapi/commit/b93ce3be6194f8e7df2170aa3bab6c6d0578d7ec)) +* **API:** RepoSync export: optional branch parameter ([#1050](https://github.com/phrase/strings-openapi/issues/1050)) ([07b3182](https://github.com/phrase/strings-openapi/commit/07b31825bfa648d7c7578c86a31c2dd31583090d)) + ## [3.16.0](https://github.com/phrase/strings-openapi/compare/php-v3.15.1...php-v3.16.0) (2026-03-13) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 6e192304..d071f093 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.16.0 +artifactVersion: 3.17.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 2c220f1b..5522caae 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.16.0" + ".": "3.17.0" } \ No newline at end of file