diff --git a/clients/java/CHANGELOG.md b/clients/java/CHANGELOG.md index ab174a6b..15e6b497 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/phrase/openapi/compare/java-v2.1.1...java-v2.2.0) (2024-06-12) + + +### Features + +* **API:** Add OTA Release Triggers API [TSI-2485] ([#622](https://github.com/phrase/openapi/issues/622)) ([8cb91dc](https://github.com/phrase/openapi/commit/8cb91dcce2c19ca700cf9d0713fa74f28ad59434)) + ## [2.1.1](https://github.com/phrase/openapi/compare/java-v2.1.0...java-v2.1.1) (2024-05-31) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index 26662442..ed54e28a 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.1.1 +artifactVersion: 2.2.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 19588bdd..bfc26f9c 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "2.2.0" } \ No newline at end of file