diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index bb229fa7..fd37649b 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.67.2](https://github.com/phrase/strings-openapi/compare/cli-v2.67.1...cli-v2.67.2) (2026-08-25) + + +### Bug Fixes + +* **cli:** pin Inno Setup installer download to a GitHub release ([#1239](https://github.com/phrase/strings-openapi/issues/1239)) ([16e6117](https://github.com/phrase/strings-openapi/commit/16e6117e8d1caf477d300b4731826ea2ce282bf8)) + ## [2.67.1](https://github.com/phrase/strings-openapi/compare/cli-v2.67.0...cli-v2.67.1) (2026-08-24) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 69712b4e..e60a4d2d 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.67.1 +packageVersion: 2.67.2 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index e450870b..61ed2b6a 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.67.1" + ".": "2.67.2" }