Skip to content
Open
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
7 changes: 7 additions & 0 deletions clients/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* **API:** add manual triggering of automations #SCM-953 ([#968](https://github.com/phrase/openapi/issues/968)) ([ebe1c68](https://github.com/phrase/openapi/commit/ebe1c68e472d87ea6c6cd2f76bb421406c30a274))

## [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: [email protected]
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