diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 34d9ec7c3..ccf9b3a01 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.35.4](https://github.com/phrase/openapi/compare/cli-v2.35.3...cli-v2.35.4) (2024-12-20) + + +### Bug Fixes + +* **API:** Repo Sync Event errors field type #STRINGS-1074 ([#756](https://github.com/phrase/openapi/issues/756)) ([c7670e0](https://github.com/phrase/openapi/commit/c7670e04810f95359d72ba6346b5f626bfb77b6f)) + ## [2.35.3](https://github.com/phrase/openapi/compare/cli-v2.35.2...cli-v2.35.3) (2024-12-20) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 885987f4d..c475ce381 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.3 +packageVersion: 2.35.4 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index b804a6a11..70752bf9d 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.35.3" + ".": "2.35.4" }