diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 27caf152..98ff2e55 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.52.0](https://github.com/phrase/openapi/compare/cli-v2.51.0...cli-v2.52.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)) + ## [2.51.0](https://github.com/phrase/openapi/compare/cli-v2.50.2...cli-v2.51.0) (2025-12-02) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 228b85eb..ed25500e 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.51.0 +packageVersion: 2.52.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index b44b6463..9c5a5409 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.51.0" + ".": "2.52.0" }