From 62cafdeb393b89ebebde1f1c3ebd5725b1f7d6fd Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Tue, 1 Oct 2024 20:50:35 +0100 Subject: [PATCH] Update ChangeLog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ff0f2..070ce51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Please note that backwards compatibility breaks are prefixed with `{"BC"}` (short for Breaking Change). +## 2024-10-01 - Version 2.0.4 + +* Fix for systems where IE First-Run is not complete by using the `-UseBasicParsing` switch for `Invoke-WebRequest`. + ## 2024-09-27 - Version 2.0.3 * Fix broken `Set-NinjaOneDeviceMaintenance` commandlet where the API resource path was not set.