From c65e59751baa2ac30025e36a5935c93f922ce628 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Thu, 21 Sep 2023 16:46:35 +0200 Subject: [PATCH] Release v0.205.2 (#791) CLI: * Prompt for profile only in interactive mode ([#788](https://github.com/databricks/cli/pull/788)). Internal: * Added setup Python action ([#789](https://github.com/databricks/cli/pull/789)). --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f86c9534..e525ff743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Version changelog +## 0.205.2 + +CLI: + * Prompt for profile only in interactive mode ([#788](https://github.com/databricks/cli/pull/788)). + +Internal: + * Added setup Python action ([#789](https://github.com/databricks/cli/pull/789)). + + ## 0.205.1 Bundles: