From b63e333fd0b83e534614fd14be1a8201ecb74fdb Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Wed, 7 Feb 2024 14:15:43 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 7adb36b..248d1fe 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,9 @@ # GPOZaurr Release History +## 1.1.1 - 2024.02.07 +- Force specific DC for `Invoke-GPOZaurrContent` +- Update to Duplicate Object detection for error handling [#52](https://github.com/EvotecIT/GPOZaurr/issues/52) + ## 1.1.0 - 2024.04.02 - Improve `Invoke-GPOZaurr` - by adding `GPOName` and `GPOGUID` parameters, providing ability to analyse single/multiple GPOs - Those parameters are only applicable to `GPOAnalysis`,`GPOBrokenPartially` for now (need to be expanded further)