diff --git a/clients/java/CHANGELOG.md b/clients/java/CHANGELOG.md index 7afa67e14..33687f577 100644 --- a/clients/java/CHANGELOG.md +++ b/clients/java/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.0](https://github.com/phrase/openapi/compare/java-v3.0.3...java-v3.1.0) (2025-02-17) + + +### Features + +* **API:** Add locale_ids param to synchronous download endpoint [STRINGS-1492] ([#780](https://github.com/phrase/openapi/issues/780)) ([47186a4](https://github.com/phrase/openapi/commit/47186a44fc8c0b8e466636acf3d49413b1f29f30)) +* **API:** Add source last updated at information on job details ([#777](https://github.com/phrase/openapi/issues/777)) ([c9b8423](https://github.com/phrase/openapi/commit/c9b8423766b4138980d0553502b3e18ca524f34e)) + ## [3.0.3](https://github.com/phrase/openapi/compare/java-v3.0.2...java-v3.0.3) (2025-01-29) diff --git a/openapi-generator/java_lang.yaml b/openapi-generator/java_lang.yaml index 439eb4a3e..fd686d536 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: 3.0.3 +artifactVersion: 3.1.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 9202efd86..e0dc5001b 100644 --- a/release-please/manifest-java.json +++ b/release-please/manifest-java.json @@ -1,3 +1,3 @@ { - ".": "3.0.3" + ".": "3.1.0" } \ No newline at end of file