From ccb5355456532b88bfef85f790c868df17e400f0 Mon Sep 17 00:00:00 2001 From: EsOsO Date: Thu, 28 May 2020 08:49:27 +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 aa1f623..d5dee3c 100644 --- a/Logging/Logging.psd1 +++ b/Logging/Logging.psd1 @@ -12,7 +12,7 @@ RootModule = 'Logging.psm1' # Version number of this module. -ModuleVersion = '4.2.13' +ModuleVersion = '4.3.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 27fbe9f..e2c54fa 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 4.3.1 (2020-05-28) + + +- [NEW] added target for Azure Log Analytics Workspace (thx to @manualbashing) +- [NEW] added target for Webex Teams (thx to @itshorty) +- [FIX] fixed module autoload (thx to @Tadas) +- [FIX] module don't hang shell exit (thx to @Tadas) #82 + ## 4.2.13 (2020-02-25) @@ -170,5 +178,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 eeced81..e69de29 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,5 +0,0 @@ - -- [NEW] added target for Azure Log Analytics Workspace (thx to @manualbashing) -- [NEW] added target for Webex Teams (thx to @itshorty) -- [FIX] fixed module autoload (thx to @Tadas) -- [FIX] module don't hang shell exit (thx to @Tadas) #82