diff --git a/Logging/Logging.psd1 b/Logging/Logging.psd1 index 8ee2f6f..b8fe9a5 100644 --- a/Logging/Logging.psd1 +++ b/Logging/Logging.psd1 @@ -12,7 +12,7 @@ RootModule = 'Logging.psm1' # Version number of this module. -ModuleVersion = '2.13.0' +ModuleVersion = '3.0.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3c34ded..d74396d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,14 @@ -# Changelog +## 3.0.0 (2019-04-15) + + +This major release shouldn't break anything. +It should improve logging performance to a new level thanks to the amazing work of @tosoikea. + +- [NEW] Advanced Logging Manager (thx to @tosoikea) +- [NEW] Module catalog generation on build +- [FIX] Filename token (thx to @lookcloser) +- [MOD] Code cleanup + ## 2.10.0 (2019-04-04) @@ -98,3 +108,4 @@ + diff --git a/docs/RELEASE.md b/docs/RELEASE.md index ea6223e..e69de29 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,8 +0,0 @@ - -This major release shouldn't break anything. -It should improve logging performance to a new level thanks to the amazing work of @tosoikea. - -- [NEW] Advanced Logging Manager (thx to @tosoikea) -- [NEW] Module catalog generation on build -- [FIX] Filename token (thx to @lookcloser) -- [MOD] Code cleanup \ No newline at end of file