From 460921c34771d9964d2d544a4d94ce9852cccba7 Mon Sep 17 00:00:00 2001 From: Kamil Nowinski Date: Tue, 29 Oct 2024 11:25:39 +0000 Subject: [PATCH] Updated Minor version (1.11.0) --- azure.datafactory.tools.psd1 | 2 +- changelog.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/azure.datafactory.tools.psd1 b/azure.datafactory.tools.psd1 index c3aca01..d87f24a 100644 --- a/azure.datafactory.tools.psd1 +++ b/azure.datafactory.tools.psd1 @@ -12,7 +12,7 @@ RootModule = 'azure.datafactory.tools.psm1' # Version number of this module. - ModuleVersion = '1.10.1' + ModuleVersion = '1.11.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/changelog.md b/changelog.md index 4e1de37..2265f04 100644 --- a/changelog.md +++ b/changelog.md @@ -4,9 +4,10 @@ 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/). -## [1.10.1] - 2024-10-24 -### Fixed +## [1.11.0] - 2024-10-29 +### Fixed / Added * Incremental deploy feature causes payload limit issue #374 +* Incremental state is no longer save into Global Parameter of ADF, but now it's store in provided Storage Account #374 ## [1.10.0] - 2024-08-06 ### Fixed