From 6f3e99f353e09a7df5d491e33bd2762e878e6509 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 9 Sep 2024 09:46:54 +0200 Subject: [PATCH] chore(master): release php 2.4.0 (#675) --- 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 43361ad8..8102c6b4 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/phrase/openapi/compare/php-v2.3.1...php-v2.4.0) (2024-09-09) + + +### Features + +* Add update_translations_on_source_match ([#670](https://github.com/phrase/openapi/issues/670)) ([11003ac](https://github.com/phrase/openapi/commit/11003ace7353bf99893482ca4aa32214abf3e581)) + ## [2.3.1](https://github.com/phrase/openapi/compare/php-v2.3.0...php-v2.3.1) (2024-08-01) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index f50d9ee8..3b01a4b0 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: 2.3.1 +artifactVersion: 2.4.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 2d96c4d3..b44b2870 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "2.3.1" + ".": "2.4.0" } \ No newline at end of file