From 0aecac0ae1a0aa739d489c71118237d242e733f8 Mon Sep 17 00:00:00 2001 From: AsafMah Date: Thu, 18 May 2023 14:52:43 +0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 +++- azure-kusto-data/azure/kusto/data/_version.py | 2 +- azure-kusto-ingest/azure/kusto/ingest/_version.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f510364..df73b5a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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 +## [4.2.0] - 2023-04-16 ### Added - Added Initial Catalog (Default Database) parameter to ConnectionStringBuilder - Added callback parameter to device code @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * This is to align our behaviour with the .NET SDK ### Fixed - Some edge cases in url parsing +- IgnoreFirstRecord now works properly +- Internal code improvement for telemetry ## [4.1.4] - 2023-04-16 ### Fixed diff --git a/azure-kusto-data/azure/kusto/data/_version.py b/azure-kusto-data/azure/kusto/data/_version.py index 7ee9c632..d9ecde72 100644 --- a/azure-kusto-data/azure/kusto/data/_version.py +++ b/azure-kusto-data/azure/kusto/data/_version.py @@ -1,3 +1,3 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License -VERSION = "4.1.4" +VERSION = "4.2.0" diff --git a/azure-kusto-ingest/azure/kusto/ingest/_version.py b/azure-kusto-ingest/azure/kusto/ingest/_version.py index 7ee9c632..d9ecde72 100644 --- a/azure-kusto-ingest/azure/kusto/ingest/_version.py +++ b/azure-kusto-ingest/azure/kusto/ingest/_version.py @@ -1,3 +1,3 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License -VERSION = "4.1.4" +VERSION = "4.2.0"