diff --git a/CHANGELOG.md b/CHANGELOG.md index fa696c2d..4e73a33d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +## [Unreleased] -## Unreleased +## [0.15.0] - 2023-12-04 ### Changed (BREAKING) diff --git a/kusto/internal/version/version.go b/kusto/internal/version/version.go index 593eb7fb..eef2226b 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.14.2" +const Kusto = "0.15.0"