diff --git a/CHANGELOG.md b/CHANGELOG.md index 149ea841..6950df34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## [0.11.3] - 2023-03-20 +### Added +* Support for new trident url ## [0.11.2] - 2023-03-14 ### Fixed * Fixed Queue Uri not being correct for different clouds diff --git a/kusto/internal/version/version.go b/kusto/internal/version/version.go index 223d146b..5fb4a92e 100644 --- a/kusto/internal/version/version.go +++ b/kusto/internal/version/version.go @@ -2,4 +2,4 @@ package version // Kusto is the version of this client package that is communicated to the server. -const Kusto = "0.11.2" +const Kusto = "0.11.3"