From 2d664c43a64c6e8ca449c0fb6e42ac675dab379c Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 31 May 2024 14:11:14 +0200 Subject: [PATCH] chore(master): release java 2.1.1 (#612) --- clients/java/CHANGELOG.md | 8 ++++++++ openapi-generator/java_lang.yaml | 2 +- release-please/manifest-java.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/clients/java/CHANGELOG.md b/clients/java/CHANGELOG.md index 112fabd3..ab174a6b 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.1](https://github.com/phrase/openapi/compare/java-v2.1.0...java-v2.1.1) (2024-05-31) + + +### Bug Fixes + +* **CLI:** use id instead of repo_sync_id as param ([#618](https://github.com/phrase/openapi/issues/618)) ([7a1a0d9](https://github.com/phrase/openapi/commit/7a1a0d9115262dc7fa3065ee7cc76bec7a381ddb)) +* **PHP:** Fix deserializing custom metadata values in key response ([#607](https://github.com/phrase/openapi/issues/607)) ([b6eeeba](https://github.com/phrase/openapi/commit/b6eeeba223e3eabec268a8f3d372afcb6abd09dd)) + ## [2.1.0](https://github.com/phrase/openapi/compare/java-v2.0.2...java-v2.1.0) (2024-04-29) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index 487538ba..26662442 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.1.0 +artifactVersion: 2.1.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 656a2ef1..19588bdd 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } \ No newline at end of file