diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 221e38ef..15b4e940 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.31.0](https://github.com/phrase/openapi/compare/cli-v2.30.0...cli-v2.31.0) (2024-07-03) + + +### Features + +* **CLI:** Add option for async download [TSI-2515] ([#649](https://github.com/phrase/openapi/issues/649)) ([976353a](https://github.com/phrase/openapi/commit/976353aa639310dd8bad45cc090aff4768b520f1)) + ## [2.30.0](https://github.com/phrase/openapi/compare/cli-v2.29.0...cli-v2.30.0) (2024-07-02) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index bde687fe..5e4ef022 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.30.0 +packageVersion: 2.31.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index a168b4d5..0e696fe5 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.30.0" + ".": "2.31.0" }