diff --git a/clients/java/CHANGELOG.md b/clients/java/CHANGELOG.md index 5c3f514b..4cefc2ba 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.3.0](https://github.com/phrase/openapi/compare/java-v2.2.1...java-v2.3.0) (2024-07-02) + + +### Features + +* add repo sync events show endpoint ([#641](https://github.com/phrase/openapi/issues/641)) ([e1d9cfb](https://github.com/phrase/openapi/commit/e1d9cfb23e079fea2d9e5475dff9a4137f1f0154)) +* **API:** Async downloads [TSI-2515] ([#642](https://github.com/phrase/openapi/issues/642)) ([6fcab5d](https://github.com/phrase/openapi/commit/6fcab5d4719f64e8e5dd49c327dc9348b384de4c)) + ## [2.2.1](https://github.com/phrase/openapi/compare/java-v2.2.0...java-v2.2.1) (2024-06-18) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index adfecd9a..f2d1b749 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.2.1 +artifactVersion: 2.3.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 89d8ff81..75ec52fc 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "2.2.1" + ".": "2.3.0" } \ No newline at end of file