Skip to content

Commit 5a8a712

Browse files
asaharnCopilot
andauthored
Bump version to 6.0.4 and update changelog (#639)
- 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>
1 parent d71f65a commit 5a8a712

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.4] - 2026-05-06
9+
10+
### Changed
11+
- Bumped dependencies: azure-identity ≥ 1.25.3 and msal ≥ 1.35.1 for sovereign cloud support.
12+
813
## [6.0.3] - 2026-03-31
914

1015
### Fixed

azure-kusto-data/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "azure-kusto-data"
3-
version = "6.0.3"
3+
version = "6.0.4"
44
description = "Kusto Data Client"
55
authors = [
66
{ name = "Microsoft Corporation", email = "kustalk@microsoft.com" },

azure-kusto-ingest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "azure-kusto-ingest"
3-
version = "6.0.3"
3+
version = "6.0.4"
44
description = "Kusto Ingest Client"
55
authors = [
66
{ name = "Microsoft Corporation", email = "kustalk@microsoft.com" },

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "azure-kusto-python"
3-
version = "6.0.3"
3+
version = "6.0.4"
44
description = "Microsoft Azure Kusto Python SDK"
55
dependencies = [
66
"azure-kusto-data",

quick-start/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quick-start"
3-
version = "6.0.3"
3+
version = "6.0.4"
44
description = "Microsoft Azure Kusto Python SDK"
55
dependencies = [
66
"azure-kusto-data",

0 commit comments

Comments
 (0)