From 28509296dae6076148114c9af10187d3f8c4eb16 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Thu, 12 Mar 2026 09:29:10 +0100 Subject: [PATCH] Fix v0.293.0 changelog and bump NEXT_CHANGELOG to v0.294.0 v0.293.0 was released off the same commit as v0.292.0 due to a release pipeline issue. Update the changelog entry to reflect this and bump NEXT_CHANGELOG.md from v0.293.0 to v0.294.0 so the next tagging run produces v0.294.0. Co-authored-by: Isaac --- CHANGELOG.md | 7 ++++--- NEXT_CHANGELOG.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d0b98bb7..c03152335d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Version changelog -## Release v0.293.0 (2026-03-06) +## Release v0.293.0 (2026-03-12) -### Bundles -* direct: fix drift detection for jobs with >100 tasks by paginating all tasks when reading job state ([#4675](https://github.com/databricks/cli/pull/4675)) +⚠️ v0.293.0 (2026-03-12) is the same as v0.292.0 (2026-03-05) ⚠️ + +An issue in our release pipeline caused v0.293.0 to be released off the same Git commit as v0.292.0. ## Release v0.292.0 (2026-03-05) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index bfc675f366..b8a6fa135c 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -1,6 +1,6 @@ # NEXT CHANGELOG -## Release v0.293.0 +## Release v0.294.0 ### CLI