From 359f5f446836f47f3931d4a8942de43c6c46f1b9 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Wed, 31 Jan 2024 12:36:01 +0000 Subject: [PATCH] Release v0.212.3 (#1166) CLI: * Release Windows packages to winget-pkgs ([#1144](https://github.com/databricks/cli/pull/1144)). Bundles: * Add `--key` flag for generate commands to specify resource key ([#1165](https://github.com/databricks/cli/pull/1165)). Dependency updates: * Bump github.com/google/uuid from 1.5.0 to 1.6.0 ([#1160](https://github.com/databricks/cli/pull/1160)). * Update Go SDK to v0.30.1 ([#1162](https://github.com/databricks/cli/pull/1162)). --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1673cf9..3dc700a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Version changelog +## 0.212.3 + +CLI: + * Release Windows packages to winget-pkgs ([#1144](https://github.com/databricks/cli/pull/1144)). + +Bundles: + * Add `--key` flag for generate commands to specify resource key ([#1165](https://github.com/databricks/cli/pull/1165)). + + +Dependency updates: + * Bump github.com/google/uuid from 1.5.0 to 1.6.0 ([#1160](https://github.com/databricks/cli/pull/1160)). + * Update Go SDK to v0.30.1 ([#1162](https://github.com/databricks/cli/pull/1162)). + ## 0.212.2 CLI: