Skip to content

Commit cbe3897

Browse files
committed
chore: release version 2.5.0
1 parent 2ebb223 commit cbe3897

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.1"
2+
".": "2.5.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/atc-net/atc-kusto/compare/v2.4.1...v2.5.0) (2025-06-04)
4+
5+
6+
### Features
7+
8+
* add support for connectionstrings in KustoClientProvider/AtcKustoOptions incl. unit-tests ([2ebb223](https://github.com/atc-net/atc-kusto/commit/2ebb22346961b36dc1f831fa431a49d42a677e23))
9+
310
## [2.4.1](https://github.com/atc-net/atc-kusto/compare/v2.4.0...v2.4.1) (2025-05-26)
411

512

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PropertyGroup Label="Versioning">
1818
<!-- The 'x-release-please-' comments are used to inform the release-please action that it should update the semver version here -->
1919
<!-- x-release-please-start-version -->
20-
<Version>2.4.1</Version>
20+
<Version>2.5.0</Version>
2121
<!-- x-release-please-end -->
2222
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)