diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index c76e1f16..acd6ba46 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.65.0](https://github.com/phrase/strings-openapi/compare/cli-v2.64.0...cli-v2.65.0) (2026-06-11) + + +### Features + +* **API:** add fallback_for_unverified_translations param to locale d… ([#1148](https://github.com/phrase/strings-openapi/issues/1148)) ([9ef6248](https://github.com/phrase/strings-openapi/commit/9ef6248aae14d9bd65eee9ea3554f03c6f9331cb)) + ## [2.64.0](https://github.com/phrase/strings-openapi/compare/cli-v2.63.0...cli-v2.64.0) (2026-06-04) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index e2638558..efa69590 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.64.0 +packageVersion: 2.65.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 2ff8a403..8be4fdf8 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.64.0" + ".": "2.65.0" }