From 522cc22ac8f3ea7733feac2ccba0952394221d0d Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 25 Sep 2024 13:23:55 +0200 Subject: [PATCH] chore(master): release java 2.4.1 --- clients/java/CHANGELOG.md | 7 +++++++ openapi-generator/java_lang.yaml | 2 +- release-please/manifest-java.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/java/CHANGELOG.md b/clients/java/CHANGELOG.md index 150469d1..a8c34fc7 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.1](https://github.com/phrase/openapi/compare/java-v2.4.0...java-v2.4.1) (2024-09-25) + + +### Bug Fixes + +* **java:** Properly encode nested parameters with file upload ([#688](https://github.com/phrase/openapi/issues/688)) ([c32abb5](https://github.com/phrase/openapi/commit/c32abb5d862ffc6239be9bda3510a8f4b33e0722)) + ## [2.4.0](https://github.com/phrase/openapi/compare/java-v2.3.0...java-v2.4.0) (2024-09-03) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index 58d45db8..c908753f 100644 --- a/openapi-generator/java_lang.yaml +++ b/openapi-generator/java_lang.yaml @@ -4,7 +4,7 @@ outputDir: clients/java apiPackage: com.phrase.client.api artifactId: phrase-java artifactUrl: https://developers.phrase.com -artifactVersion: 2.4.0 +artifactVersion: 2.4.1 artifactDescription: Java Client for Phrase Strings API developerEmail: support@phrase.com developerName: Phrase diff --git a/release-please/manifest-java.json b/release-please/manifest-java.json index b44b2870..adf5fd76 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.4.1" } \ No newline at end of file