diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index ccf9b3a0..896ffb0e 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.35.5](https://github.com/phrase/openapi/compare/cli-v2.35.4...cli-v2.35.5) (2025-01-06) + + +### Bug Fixes + +* **CLI:** Adjust operationId for quality_performance_score #STRINGS-1104 ([#721](https://github.com/phrase/openapi/issues/721)) ([7aa3b9b](https://github.com/phrase/openapi/commit/7aa3b9b508d1d24a4af7f4977b1a2fead8bfda78)) + ## [2.35.4](https://github.com/phrase/openapi/compare/cli-v2.35.3...cli-v2.35.4) (2024-12-20) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index c475ce38..77dd4e6a 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.4 +packageVersion: 2.35.5 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 70752bf9..072a86d4 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.35.4" + ".": "2.35.5" }