diff --git a/Logging/Logging.psd1 b/Logging/Logging.psd1 index b8fe9a5..80a1076 100644 --- a/Logging/Logging.psd1 +++ b/Logging/Logging.psd1 @@ -12,7 +12,7 @@ RootModule = 'Logging.psm1' # Version number of this module. -ModuleVersion = '3.0.0' +ModuleVersion = '4.0.3' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 901c8ef..8c2c5bc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,8 @@ -# Changelog +# CHANGELOG + +## 4.0.3 (2019-04-15) + +- [FIX] removed catalog generation until I get more grasp on the process ## 3.0.0 (2019-04-15) @@ -110,3 +114,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 6eb2460..e69de29 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1 +0,0 @@ -- [FIX] removed catalog generation until I get more grasp on the process \ No newline at end of file