From 917004517007e06688528e1b49bd7ce7522cc027 Mon Sep 17 00:00:00 2001 From: EsOsO Date: Wed, 17 Jun 2020 15:06:30 +0000 Subject: [PATCH] Updated docs [skip ci] --- Logging/Logging.psd1 | 2 +- docs/CHANGELOG.md | 9 +++++++++ docs/RELEASE.md | 5 ----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Logging/Logging.psd1 b/Logging/Logging.psd1 index e24c1f2..0a56d84 100644 --- a/Logging/Logging.psd1 +++ b/Logging/Logging.psd1 @@ -12,7 +12,7 @@ RootModule = 'Logging.psm1' # Version number of this module. -ModuleVersion = '4.3.2' +ModuleVersion = '4.4.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 90f6db0..2cf3e8a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 4.4.0 (2020-06-17) + +- [FIX] NotifyBeginApplication/NotifyEndApplication calls not needed (#99) +- [FIX] Fix startup race condition (#100) (@Tadas) +- [FIX] Fixed an issue in AzureLogAnalytics target (#102) (@Glober777) +- [FIX] Resolve relative Path in File target (#103) (@Tadas) +- [FIX] Target name is case insensitive (#106) (@Tadas) + ## 4.3.2 (2020-05-28) @@ -185,5 +193,6 @@ It should improve logging performance to a new level thanks to the amazing work + diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 07bdc82..e69de29 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,5 +0,0 @@ -- [FIX] NotifyBeginApplication/NotifyEndApplication calls not needed (#99) -- [FIX] Fix startup race condition (#100) (@Tadas) -- [FIX] Fixed an issue in AzureLogAnalytics target (#102) (@Glober777) -- [FIX] Resolve relative Path in File target (#103) (@Tadas) -- [FIX] Target name is case insensitive (#106) (@Tadas)