Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions clients/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.14.0](https://github.com/phrase/openapi/compare/java-v3.13.1...java-v3.14.0) (2025-12-11)


### Features

* **API:** Add create comparison endpoint for branches [SCD-549] ([#966](https://github.com/phrase/openapi/issues/966)) ([4099e32](https://github.com/phrase/openapi/commit/4099e32d42744f9d73346077ef30b0f4bd5c849e))
* **API:** add manual triggering of automations #SCM-953 ([#968](https://github.com/phrase/openapi/issues/968)) ([ebe1c68](https://github.com/phrase/openapi/commit/ebe1c68e472d87ea6c6cd2f76bb421406c30a274))
* **API:** add use_locale_fallback option to download #SCD-620 ([#976](https://github.com/phrase/openapi/issues/976)) ([9266c68](https://github.com/phrase/openapi/commit/9266c680d8717bb736aed83625858f0b3419da54))

## [3.13.1](https://github.com/phrase/openapi/compare/java-v3.13.0...java-v3.13.1) (2025-11-10)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/java_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ outputDir: clients/java
apiPackage: com.phrase.client.api
artifactId: phrase-java
artifactUrl: https://developers.phrase.com
artifactVersion: 3.13.1
artifactVersion: 3.14.0
artifactDescription: Java Client for Phrase Strings API
developerEmail: support@phrase.com
developerName: Phrase
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest-java.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.13.1"
".": "3.14.0"
}
Loading