diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 1e0f2a4a..a0cbae6d 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.29.0](https://github.com/phrase/openapi/compare/cli-v2.28.1...cli-v2.29.0) (2024-06-25) + + +### Features + +* **API:** Async downloads [TSI-2515] ([#642](https://github.com/phrase/openapi/issues/642)) ([6fcab5d](https://github.com/phrase/openapi/commit/6fcab5d4719f64e8e5dd49c327dc9348b384de4c)) + ## [2.28.1](https://github.com/phrase/openapi/compare/cli-v2.28.0...cli-v2.28.1) (2024-06-18) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index dd9c4d44..02e33839 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.28.1 +packageVersion: 2.29.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index f4641aee..f04dd047 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.28.1" + ".": "2.29.0" }