From 3e9b1531ffa937b3946b5cb9309b8898901656e6 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 17 Jan 2024 15:24:49 +0100 Subject: [PATCH] chore(master): release java 1.19.0 (#512) --- 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 bdc12f30..ba04170a 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.19.0](https://github.com/phrase/openapi/compare/java-v1.18.0...java-v1.19.0) (2024-01-17) + + +### Features + +* **api:** Add QPS endpoint and documentation ([#521](https://github.com/phrase/openapi/issues/521)) ([d22c558](https://github.com/phrase/openapi/commit/d22c558adfbb7fcd13759e388c038744914e42fa)) + + +### Bug Fixes + +* **API:** Create Custom Metadata endpoint fix [TSI-2222] ([#499](https://github.com/phrase/openapi/issues/499)) ([ce2ed94](https://github.com/phrase/openapi/commit/ce2ed9488e111fb5d9bc3810a78c47d23553c8b7)) + ## [1.18.0](https://github.com/phrase/openapi/compare/java-v1.17.0...java-v1.18.0) (2023-12-13) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index 4b2ef9af..6c7a69d7 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.18.0 +artifactVersion: 1.19.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 4ce109ae..de44c40d 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "1.18.0" + ".": "1.19.0" } \ No newline at end of file