From 3a1f6a2d2833409324c86beaf2204eb4216eef50 Mon Sep 17 00:00:00 2001 From: Tamara Buch Date: Wed, 17 Apr 2024 13:48:10 -0500 Subject: [PATCH] release 4.0.1 (#285) --- CHANGELOG.md | 2 ++ src/CISDSC/CISDSC.psd1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac238da..4ee6488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [4.0.1] - 2024-04-17 + ### Removed - Removed 'Ensure Turn on PowerShell Transcription is set to Enabled (2)' and (3). These are subkeys of 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\Transcription' (OutputDirectory and EnableInvocationHeader) which are not mentioned by the CIS Benchmark and erroneously included in the GPOKit. Invalid ValueData for the OutputDirectory key was also causing issues with the MOF file in some cases, depending on how it was generated. diff --git a/src/CISDSC/CISDSC.psd1 b/src/CISDSC/CISDSC.psd1 index a8e652b..28422d6 100644 --- a/src/CISDSC/CISDSC.psd1 +++ b/src/CISDSC/CISDSC.psd1 @@ -4,7 +4,7 @@ RootModule = 'CISDSC.psm1' # Version number of this module. -ModuleVersion = '4.0.0' +ModuleVersion = '4.0.1' # Supported PSEditions # CompatiblePSEditions = @()