From c2ea6b0cc6599355344ea58c87bf59deb75de833 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 23 Oct 2023 15:47:31 +0200 Subject: [PATCH] chore(master): release java 1.15.0 (#445) --- 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 3f9788fa..1cd980aa 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.0](https://github.com/phrase/openapi/compare/java-v1.14.0...java-v1.15.0) (2023-10-23) + + +### Features + +* **API:** Add order param to comment list endpoints ([#441](https://github.com/phrase/openapi/issues/441)) ([441c9c4](https://github.com/phrase/openapi/commit/441c9c46169f8c5ac4e71ade09a95dab136314ef)) + ## [1.14.0](https://github.com/phrase/openapi/compare/java-v1.13.0...java-v1.14.0) (2023-10-13) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index aaee3124..39bc23ea 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: 1.14.0 +artifactVersion: 1.15.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 e72f1131..7ccfe12c 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } \ No newline at end of file