diff --git a/GPOZaurr.psd1 b/GPOZaurr.psd1 index 4bc141a..1428feb 100644 --- a/GPOZaurr.psd1 +++ b/GPOZaurr.psd1 @@ -18,7 +18,7 @@ } } RequiredModules = @(@{ - ModuleVersion = '0.0.189' + ModuleVersion = '0.0.190' ModuleName = 'PSSharedGoods' Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe' }, @{ diff --git a/README.md b/README.md index 47ef3e8..024b268 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ That's it. Whenever there's a new version, you run the command, and you can enjo ## Changelog +- 0.0.98 - 10.12.2020 + - [x] Improved `Invoke-GPOZaurr` + - [x] Type `GPOList` - fixed unexpected ending of cmdlet when error occurs (for example deleted GPO while script is running) which could impact results + - [x] Other types - small color adjustment + - [x] Fixed/Improved `Get-GPOZaurr` - fixed unexpected ending of cmdlet when error occurs (for example deleted GPO while script is running), improved code base + - [x] Improved `Invoke-GPOZaurrSupport` - 0.0.97 - 07.12.2020 - [x] Improved `Invoke-GPOZaurr` - [x] Type `GPOList` - added more data, did small reorganization