diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 8c9d13145..629134660 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.46.0](https://github.com/phrase/openapi/compare/cli-v2.45.0...cli-v2.46.0) (2025-09-30) + + +### Features + +* **API:** Add "reviewed" param for tanslations#update ([#891](https://github.com/phrase/openapi/issues/891)) ([3f77286](https://github.com/phrase/openapi/commit/3f7728669fa68d5911dfca39a9e39c24cd20c0a4)) +* **SCM-732:** expose Automation API ([#910](https://github.com/phrase/openapi/issues/910)) ([6eea53d](https://github.com/phrase/openapi/commit/6eea53d06aca8f43623ba90e2e0a8cd6761c9a13)) + ## [2.45.0](https://github.com/phrase/openapi/compare/cli-v2.44.0...cli-v2.45.0) (2025-08-01) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 1a9e63721..5cc5e8790 100644 --- a/openapi-generator/cli_lang.yaml +++ b/openapi-generator/cli_lang.yaml @@ -2,6 +2,6 @@ generatorName: go outputDir: clients/cli packageName: phrase -packageVersion: 2.45.0 +packageVersion: 2.46.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 373199c9e..68c2f89a5 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.45.0" + ".": "2.46.0" }