diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 98ff2e55..e6144fdb 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.53.0](https://github.com/phrase/openapi/compare/cli-v2.52.0...cli-v2.53.0) (2026-01-09) + + +### Features + +* **API:** Add missing project flags to project details schema #SCD-141 ([#993](https://github.com/phrase/openapi/issues/993)) ([93fbdd7](https://github.com/phrase/openapi/commit/93fbdd76150ed94374ef888ac92c0c9b626de7c8)) + + +### Bug Fixes + +* **API:** drop invalid account locale params ([#992](https://github.com/phrase/openapi/issues/992)) ([87af83c](https://github.com/phrase/openapi/commit/87af83c94fd7e47340b5393847e93a31127abbe8)) + ## [2.52.0](https://github.com/phrase/openapi/compare/cli-v2.51.0...cli-v2.52.0) (2025-12-11) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index ed25500e..880abede 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.52.0 +packageVersion: 2.53.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 9c5a5409..658c2b40 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.52.0" + ".": "2.53.0" }