From 772906beabdfca635dd0a8e6fed97bbaceaf3750 Mon Sep 17 00:00:00 2001 From: Martin Swinkels Date: Tue, 17 Feb 2026 18:12:07 +0100 Subject: [PATCH 1/2] docs(changelog): Update summary and contributors for version 0.4.1 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc25266..91619f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,10 @@ All notable changes to this project will be documented in this file. ## [0.4.1] - 2026-02-17 ### Summary -- _None_ -### What's Changed +Maintenance and new feature release adding user retrieval support, enhanced group output, and improved error handling. +### What's Changed - feat(Get-AdoUser): Add user support (#125) - feat(Get-AdoGroup): Add `domain` property to output (#127) - fix(Get-AdoUserEntitlement): Correct error handling (#129) @@ -38,6 +38,10 @@ All notable changes to this project will be documented in this file. ### Breaking Changes - _None_ +### Contributors +- [@Antiohne](https://github.com/Antiohne) +- [@msc365admin](https://github.com/msc365admin) +
## [0.4.0] - 2026-02-13 From b33b4072e34107e354c7737a366de4513f5ab92a Mon Sep 17 00:00:00 2001 From: Martin Swinkels Date: Tue, 17 Feb 2026 18:12:48 +0100 Subject: [PATCH 2/2] docs(changelog): Update summary and contributors for version 0.4.1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91619f4..a176154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ Maintenance and new feature release adding user retrieval support, enhanced grou - docs(contributing): Remove outdated changelog update instruction (#134) - chore(build): Update module version to 0.4.1 (#135) - chore(v0.4.1): Update changelog and set build version (#135) +- docs(changelog): Update summary and contributors for version 0.4.1 (#136) ### Breaking Changes - _None_