From 54f1e8a45853996e7798aa074e79f0a9c0000687 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 2 Dec 2025 09:07:24 +0100 Subject: [PATCH] chore(main): release java 3.14.0 --- 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 198fd792..43a8b75d 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.14.0](https://github.com/phrase/openapi/compare/java-v3.13.1...java-v3.14.0) (2025-12-02) + + +### Features + +* **API:** add manual triggering of automations #SCM-953 ([#968](https://github.com/phrase/openapi/issues/968)) ([ebe1c68](https://github.com/phrase/openapi/commit/ebe1c68e472d87ea6c6cd2f76bb421406c30a274)) +* **API:** add use_locale_fallback option to download #SCD-620 ([#976](https://github.com/phrase/openapi/issues/976)) ([9266c68](https://github.com/phrase/openapi/commit/9266c680d8717bb736aed83625858f0b3419da54)) + ## [3.13.1](https://github.com/phrase/openapi/compare/java-v3.13.0...java-v3.13.1) (2025-11-10) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index b15e6527..7b64d99a 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.13.1 +artifactVersion: 3.14.0 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 0fef13b1..75e8a660 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "3.13.1" + ".": "3.14.0" } \ No newline at end of file