diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 5c67738e..dcb9a330 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.54.0](https://github.com/phrase/strings-openapi/compare/cli-v2.53.2...cli-v2.54.0) (2026-01-19) + + +### Features + +* **CLI:** Add macOS binary signing using Apple Distribution certificate [SCD-129] ([#1002](https://github.com/phrase/strings-openapi/issues/1002)) ([f4f06c7](https://github.com/phrase/strings-openapi/commit/f4f06c735c4a7599ee08304a48dfd773af51590e)) + ## [2.53.2](https://github.com/phrase/strings-openapi/compare/cli-v2.53.1...cli-v2.53.2) (2026-01-16) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 5ed4d22f..0842e1ff 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.53.2 +packageVersion: 2.54.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index eabe3137..2fd2927b 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.53.2" + ".": "2.54.0" }