From 8a3c5e9c01e69715969485076193448dd1951ae2 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 1 Aug 2024 11:52:46 +0200 Subject: [PATCH] chore(master): release php 2.3.1 (#664) --- 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 0790d48d..43361ad8 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/phrase/openapi/compare/php-v2.3.0...php-v2.3.1) (2024-08-01) + + +### Bug Fixes + +* **PHP:** Fix query param serialization of nested objects [TSI-2593] ([#663](https://github.com/phrase/openapi/issues/663)) ([c3a6525](https://github.com/phrase/openapi/commit/c3a6525328028e33a5c703724b9ac7803a4db8f1)) + ## [2.3.0](https://github.com/phrase/openapi/compare/php-v2.2.1...php-v2.3.0) (2024-07-02) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index df1681b7..f50d9ee8 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.0 +artifactVersion: 2.3.1 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 75ec52fc..2d96c4d3 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.3.1" } \ No newline at end of file