diff --git a/Logging/Logging.psd1 b/Logging/Logging.psd1 index 0a56d84..6e80233 100644 --- a/Logging/Logging.psd1 +++ b/Logging/Logging.psd1 @@ -12,7 +12,7 @@ RootModule = 'Logging.psm1' # Version number of this module. -ModuleVersion = '4.4.0' +ModuleVersion = '4.5.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 06f8047..0991dea 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 4.5.0 (2020-10-22) + + +- [ADD] Teams target now support additional body types for adaptive cards (@jangins101) +- [FIX] Refactored Teams target (@jangins101) +- [FIX] Removed formatting timestamp on log event creation, this caused lost of milliseconds later on + ## 4.4.0 (2020-06-17) - [FIX] NotifyBeginApplication/NotifyEndApplication calls not needed (#99) @@ -155,3 +162,4 @@ It should improve logging performance to a new level thanks to the amazing work - Moved to psake build tool - Moved to platyps doc generation tool - Major folder structure change + diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 005eefc..e69de29 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,4 +0,0 @@ - -- [ADD] Teams target now support additional body types for adaptive cards (@jangins101) -- [FIX] Refactored Teams target (@jangins101) -- [FIX] Removed formatting timestamp on log event creation, this caused lost of milliseconds later on