From 52d1ce70293c9ba372e5ccb36306c24e4df1be5a Mon Sep 17 00:00:00 2001 From: asaharn Date: Wed, 6 May 2026 12:25:58 +0000 Subject: [PATCH] Bump version to 6.0.4 and update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update version 6.0.3 → 6.0.4 in all pyproject.toml files - Add CHANGELOG.md entry for azure-identity/msal bump Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ azure-kusto-data/pyproject.toml | 2 +- azure-kusto-ingest/pyproject.toml | 2 +- pyproject.toml | 2 +- quick-start/pyproject.toml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5840dc82..be593441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.0.4] - 2026-05-06 + +### Changed +- Bumped dependencies: azure-identity ≥ 1.25.3 and msal ≥ 1.35.1 for sovereign cloud support. + ## [6.0.3] - 2026-03-31 ### Fixed diff --git a/azure-kusto-data/pyproject.toml b/azure-kusto-data/pyproject.toml index 72051543..11adf5a6 100644 --- a/azure-kusto-data/pyproject.toml +++ b/azure-kusto-data/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "azure-kusto-data" -version = "6.0.3" +version = "6.0.4" description = "Kusto Data Client" authors = [ { name = "Microsoft Corporation", email = "kustalk@microsoft.com" }, diff --git a/azure-kusto-ingest/pyproject.toml b/azure-kusto-ingest/pyproject.toml index d2f32c3a..e208f84a 100644 --- a/azure-kusto-ingest/pyproject.toml +++ b/azure-kusto-ingest/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "azure-kusto-ingest" -version = "6.0.3" +version = "6.0.4" description = "Kusto Ingest Client" authors = [ { name = "Microsoft Corporation", email = "kustalk@microsoft.com" }, diff --git a/pyproject.toml b/pyproject.toml index c6556e96..0514387c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "azure-kusto-python" -version = "6.0.3" +version = "6.0.4" description = "Microsoft Azure Kusto Python SDK" dependencies = [ "azure-kusto-data", diff --git a/quick-start/pyproject.toml b/quick-start/pyproject.toml index 006bb959..64f659d0 100644 --- a/quick-start/pyproject.toml +++ b/quick-start/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "quick-start" -version = "6.0.3" +version = "6.0.4" description = "Microsoft Azure Kusto Python SDK" dependencies = [ "azure-kusto-data",