From 5cde680c78a16e8c14bd6897e0b727f0fd9a3be2 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 27 Apr 2026 10:46:57 +0200 Subject: [PATCH] chore(main): release php 3.19.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 3472236a..2368804c 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.19.0](https://github.com/phrase/strings-openapi/compare/php-v3.18.0...php-v3.19.0) (2026-04-27) + + +### Features + +* **API:** Add target_locale_ids to jobs create/update ([#1106](https://github.com/phrase/strings-openapi/issues/1106)) ([00140ab](https://github.com/phrase/strings-openapi/commit/00140ab96ff351bec548e4af1f271f3e60087989)) + ## [3.18.0](https://github.com/phrase/strings-openapi/compare/php-v3.17.0...php-v3.18.0) (2026-04-14) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 5db6c3ea..ed0815f1 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.18.0 +artifactVersion: 3.19.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index df3292ba..08ebb64c 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.18.0" + ".": "3.19.0" } \ No newline at end of file