diff --git a/Logging/Logging.psd1 b/Logging/Logging.psd1 index 80a1076..7aa9400 100644 --- a/Logging/Logging.psd1 +++ b/Logging/Logging.psd1 @@ -12,7 +12,7 @@ RootModule = 'Logging.psm1' # Version number of this module. -ModuleVersion = '4.0.3' +ModuleVersion = '4.1.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8c2c5bc..c9da9bf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 4.1.1 (2019-05-20) + +- [NEW] Added timestamputc to log message properties #48 +- [NEW] Added Icons configuration to Slack target to map Log Levels to emoji #53 +- [FIX] Removed self loading in runspace +- [FIX] Moved Use-LogMessage to private functions +- [FIX] Added timeout to Wait-Logging to avoid hangs + ## 4.0.3 (2019-04-15) - [FIX] removed catalog generation until I get more grasp on the process @@ -115,3 +123,4 @@ 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 126cf77..e69de29 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,5 +0,0 @@ -- [NEW] Added timestamputc to log message properties #48 -- [NEW] Added Icons configuration to Slack target to map Log Levels to emoji #53 -- [FIX] Removed self loading in runspace -- [FIX] Moved Use-LogMessage to private functions -- [FIX] Added timeout to Wait-Logging to avoid hangs \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index b8a19d0..0e7a048 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,6 +26,5 @@ nav: - Set-LoggingCustomTarget: Set-LoggingCustomTarget.md - Set-LoggingDefaultFormat: Set-LoggingDefaultFormat.md - Set-LoggingDefaultLevel: Set-LoggingDefaultLevel.md - - Use-LogMessage: Use-LogMessage.md - Wait-Logging: Wait-Logging.md - Write-Log: Write-Log.md