From e40fec6b1e7ab1ed8accba08ed739e2d0abfef4d Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 1 Jun 2026 00:26:54 +0200 Subject: [PATCH] chore: prepare NEXT_CHANGELOG.md for v1.1.1 patch release Set version to v1.1.1 (patch) and include only the golang.org/x/crypto bump (CVE-2026-39827). The v1.2.0 content (experimental open, 504 retry) will be restored to NEXT_CHANGELOG.md after the tagging workflow runs and resets it. Co-authored-by: Isaac --- NEXT_CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index f28f0e6d257..bccfa5f921b 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -1,6 +1,6 @@ # NEXT CHANGELOG -## Release v1.2.0 +## Release v1.1.1 ### Notable Changes @@ -11,3 +11,4 @@ * Retry transient HTTP 504 Gateway Timeout errors in direct deployment engine ([#5349](https://github.com/databricks/cli/pull/5349)). ### Dependency updates +* Bump `golang.org/x/crypto` from 0.51.0 to 0.52.0 ([#5344](https://github.com/databricks/cli/pull/5344)).