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",