diff --git a/clients/java/CHANGELOG.md b/clients/java/CHANGELOG.md index 418cc4e1..5fbbde4a 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.22.0](https://github.com/phrase/openapi/compare/java-v1.21.0...java-v1.22.0) (2024-04-17) + + +### Features + +* **API:** Add Repo Sync [TSI-1923] ([#569](https://github.com/phrase/openapi/issues/569)) ([0bd1756](https://github.com/phrase/openapi/commit/0bd17562018cb045ff41cc1ff5008b9419a0ed12)) + ## [1.21.0](https://github.com/phrase/openapi/compare/java-v1.20.0...java-v1.21.0) (2024-04-10) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index d1530f1e..2edddc5e 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.21.0 +artifactVersion: 1.22.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 ba231b07..397c4203 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "1.21.0" + ".": "1.22.0" } \ No newline at end of file