diff --git a/Invoke-AtomicRedTeam.psd1 b/Invoke-AtomicRedTeam.psd1 index 7e2286c..56a3026 100644 --- a/Invoke-AtomicRedTeam.psd1 +++ b/Invoke-AtomicRedTeam.psd1 @@ -4,7 +4,7 @@ RootModule = 'Invoke-AtomicRedTeam.psm1' # Version number of this module. - ModuleVersion = '1.0.1.0' + ModuleVersion = '1.0.2.0' # ID used to uniquely identify this module GUID = '8f492621-18f8-432e-9532-b1d54d3e90bd' @@ -65,6 +65,10 @@ # ReleaseNotes of this module ReleaseNotes = @' +1.0.2 +----- +* Add support for custom execution loggers + 1.0.1 ----- * Adding 'powershell-yaml' to RequiredModules in the module manifest