From 139241a3b535861982194fb3aa4baa21cd9f4b7c Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 2 Oct 2024 14:24:29 +0200 Subject: [PATCH] chore(master): release java 2.5.0 (#693) --- clients/java/CHANGELOG.md | 12 ++++++++++++ openapi-generator/java_lang.yaml | 2 +- release-please/manifest-java.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/clients/java/CHANGELOG.md b/clients/java/CHANGELOG.md index a8c34fc7..65f33e35 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.5.0](https://github.com/phrase/openapi/compare/java-v2.4.1...java-v2.5.0) (2024-10-02) + + +### Features + +* Add translation key prefixes for upload and download ([#687](https://github.com/phrase/openapi/issues/687)) ([9c9c959](https://github.com/phrase/openapi/commit/9c9c959830631bcac8beaf1de30ab31755ac1ee5)) + + +### Bug Fixes + +* **API:** Format list is not paginated and authenticated #STRINGS-458 ([#690](https://github.com/phrase/openapi/issues/690)) ([25e90f4](https://github.com/phrase/openapi/commit/25e90f46513e70cf328be80c36ae785cead05851)) + ## [2.4.1](https://github.com/phrase/openapi/compare/java-v2.4.0...java-v2.4.1) (2024-09-25) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index c908753f..22e9098a 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.1 +artifactVersion: 2.5.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 adf5fd76..4dedeaeb 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "2.4.1" + ".": "2.5.0" } \ No newline at end of file