From 6e2b03f03ae9f695919471975f5b75292dff032b Mon Sep 17 00:00:00 2001 From: Chris Taylor <36066223+christaylorcodes@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:49:12 -0600 Subject: [PATCH] Finalize CHANGELOG for 2.1.0 release Move the WMI dependency service enforcement entry from [Unreleased] into a dated [2.1.0] section so the stable release job can extract proper GitHub Release notes (it matches on "## []"). Leaves an empty [Unreleased] for the next cycle. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6969e..aa50a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- **WMI dependency service enforcement** — `Confirm-CWAADependencyService` ensures `winmgmt` (WMI) is set to Automatic startup and Running before install, repair, and service start. Configurable via `$Script:CWAADependencyServiceNames`; respects `-WhatIf`. Event IDs 2030–2039. - ### Changed ### Fixed +## [2.1.0] - 2026-06-17 + +### Added + +- **WMI dependency service enforcement** — `Confirm-CWAADependencyService` ensures `winmgmt` (WMI) is set to Automatic startup and Running before install, repair, and service start. Configurable via `$Script:CWAADependencyServiceNames`; respects `-WhatIf`. Event IDs 2030–2039. + ## [2.0.0] - 2026-02-03 ### Added