From 5c68bb0ca2d5c5af262e0502669386a2bf278f0f Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 13 Jun 2024 09:41:05 +0200 Subject: [PATCH] chore(master): release cli 2.28.0 (#623) --- 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 99bc3c59..4b063212 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.28.0](https://github.com/phrase/openapi/compare/cli-v2.27.1...cli-v2.28.0) (2024-06-12) + + +### Features + +* **API:** Add OTA Release Triggers API [TSI-2485] ([#622](https://github.com/phrase/openapi/issues/622)) ([8cb91dc](https://github.com/phrase/openapi/commit/8cb91dcce2c19ca700cf9d0713fa74f28ad59434)) + ## [2.27.1](https://github.com/phrase/openapi/compare/cli-v2.27.0...cli-v2.27.1) (2024-05-31) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 64adffb2..f0586f5e 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.27.1 +packageVersion: 2.28.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index da9e245b..5a1fd619 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.27.1" + ".": "2.28.0" }