diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index fa8acb3ce..9844693bf 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.17.0](https://github.com/phrase/openapi/compare/cli-v2.16.0...cli-v2.17.0) (2023-12-13) + + +### Features + +* **API:** Add custom_metadata_filters param to locale download endpoint [TSI-2174] ([#478](https://github.com/phrase/openapi/issues/478)) ([3623478](https://github.com/phrase/openapi/commit/3623478fc1518b457ab018b5630a693081637d6e)) + ## [2.16.0](https://github.com/phrase/openapi/compare/cli-v2.15.0...cli-v2.16.0) (2023-11-28) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index c55c4cb24..d2f311695 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.16.0 +packageVersion: 2.17.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index b25856537..c1a7e63f6 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.16.0" + ".": "2.17.0" } \ No newline at end of file