From f1ba126301f7ff06dfa92ae93730e46c4761f815 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 12 Dec 2024 14:10:30 +0100 Subject: [PATCH] chore(master): release cli 2.34.2 --- clients/cli/CHANGELOG.md | 7 +++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index d748d6d6..9f76699d 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.34.2](https://github.com/phrase/openapi/compare/cli-v2.34.1...cli-v2.34.2) (2024-12-12) + + +### Bug Fixes + +* **API:** Add missing branch parameter to job comment endpoints #STRINGS-988 ([#724](https://github.com/phrase/openapi/issues/724)) ([64d399c](https://github.com/phrase/openapi/commit/64d399ced0980ac2a48366f91110047287a0c590)) + ## [2.34.1](https://github.com/phrase/openapi/compare/cli-v2.34.0...cli-v2.34.1) (2024-11-27) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 7f8fedf0..cbb90e8d 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.34.1 +packageVersion: 2.34.2 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 19b4ce3a..a88ee2e4 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.34.1" + ".": "2.34.2" }