From c29306b5fbdb3661ccc02045234d37351c40cb3e Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 31 Jul 2023 09:09:41 +0200 Subject: [PATCH] chore(master): release java 1.9.7 --- 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 1339fe247..ba0488627 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.7](https://github.com/phrase/openapi/compare/java-v1.9.6...java-v1.9.7) (2023-07-31) + + +### Bug Fixes + +* **schemas:** Fix gitlab_sync type mismatch ([#373](https://github.com/phrase/openapi/issues/373)) ([1cb1f65](https://github.com/phrase/openapi/commit/1cb1f650598c68afee6e2cd7c3c4ede1484aba35)) + ## [1.9.6](https://github.com/phrase/openapi/compare/java-v1.9.5...java-v1.9.6) (2023-07-28) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index 2cee7272e..c95f3731a 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.9.6 +artifactVersion: 1.9.7 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 2314c7f14..5147cd072 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "1.9.6" + ".": "1.9.7" } \ No newline at end of file