diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 10b3bb82..0758e353 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.35.2](https://github.com/phrase/openapi/compare/cli-v2.35.1...cli-v2.35.2) (2024-12-19) + + +### Bug Fixes + +* **CLI:** Bump go version ([#745](https://github.com/phrase/openapi/issues/745)) ([7210e8a](https://github.com/phrase/openapi/commit/7210e8ae8f9f8cb04bca535658f65e30d1ca4831)) + ## [2.35.1](https://github.com/phrase/openapi/compare/cli-v2.35.0...cli-v2.35.1) (2024-12-19) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index f45d79a0..7d85d98f 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.35.1 +packageVersion: 2.35.2 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index f883e6d7..73063a3f 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.35.1" + ".": "2.35.2" }