From a45bc51eb1310a33e5fcd073b17178e7135d051b Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Tue, 18 Mar 2025 15:54:20 +0000 Subject: [PATCH] Added tarballs changes to the changes log (#2517) ## Changes Added tarballs changes to the changes log + updated next version to be a minor bump ## Why Worth calling out the change in the Changelog --- NEXT_CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index c1856e52a..6e4cbb9ce 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -1,15 +1,14 @@ # NEXT CHANGELOG -## Release v0.243.1 +## Release v0.244.0 ### CLI * Fixed "can't evaluate field Name in type interface{}" for "databricks queries list" command ([#2451](https://github.com/databricks/cli/pull/2451)) * Fixed `query-history list` command failing with 'executing "command" at <.>: range cant iterate over' ([#2506](https://github.com/databricks/cli/pull/2506)) +* Include tarballs in releases ([#2515](https://github.com/databricks/cli/pull/2515)) ### Bundles -### Internal - ### API Changes * Added `databricks genie execute-message-attachment-query` command. * Added `databricks genie get-message-attachment-query-result` command.