From 31000cf7b0749361566fe95ed719fa22e34147bb Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 20 Dec 2024 16:01:45 +0100 Subject: [PATCH] chore(master): release java 3.0.1 --- 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 f87f84ce..4af38c52 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.1](https://github.com/phrase/openapi/compare/java-v3.0.0...java-v3.0.1) (2024-12-20) + + +### Bug Fixes + +* **API:** Repo Sync Event errors field type #STRINGS-1074 ([#756](https://github.com/phrase/openapi/issues/756)) ([c7670e0](https://github.com/phrase/openapi/commit/c7670e04810f95359d72ba6346b5f626bfb77b6f)) +* **API:** Repo Sync schema fixes #STRINGS-1074 ([#748](https://github.com/phrase/openapi/issues/748)) ([033be10](https://github.com/phrase/openapi/commit/033be1003fe01b5115de1f8ba2336d32b4862bfd)) + ## [3.0.0](https://github.com/phrase/openapi/compare/java-v2.7.0...java-v3.0.0) (2024-12-18) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index 41cc6707..6cdd8a41 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: 3.0.0 +artifactVersion: 3.0.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 4191c889..56441f9d 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } \ No newline at end of file