From e30cd5cab6e9857cf9cad06a3153147b2abff69a Mon Sep 17 00:00:00 2001 From: Igor Abade Date: Tue, 16 Jul 2024 09:51:38 -0300 Subject: [PATCH] Update release notes --- Docs/ReleaseNotes/2.8.1.md | 9 +++++++++ RELEASENOTES.md | 13 ++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 Docs/ReleaseNotes/2.8.1.md diff --git a/Docs/ReleaseNotes/2.8.1.md b/Docs/ReleaseNotes/2.8.1.md new file mode 100644 index 00000000..d2b64d13 --- /dev/null +++ b/Docs/ReleaseNotes/2.8.1.md @@ -0,0 +1,9 @@ +# TfsCmdlets Release Notes + +## Version 2.8.1 (_16/Jul/2024_) + +This release fixes an issue with the `New-TfsUser` cmdlet. + +### Fixes + +- Fixed an issue where the `New-TfsUser` cmdlet could throw an error when not supplying project entitlements via the -Project argument. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1f624745..8c16657a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,18 +1,21 @@ # TfsCmdlets Release Notes -## Version 2.8.0 (_09/Jul/2024_) +## Version 2.8.1 (_16/Jul/2024_) -This release adds two new cmdlets: `New-TfsUser` and `Remove-TfsUser`. +This release fixes an issue with the `New-TfsUser` cmdlet. -### New cmdlets +### Fixes -- `New-TfsUser`: Creates a new user in the organization and optionally adds them to projects. -- `Remove-TfsUser`: Removes a user from the organization. +- Fixed an issue where the `New-TfsUser` cmdlet could throw an error when not supplying project entitlements via the -Project argument. ----------------------- ## Previous Versions +### Version 2.8.0 (_09/Jul/2024_) + +See release notes [here](Docs/ReleaseNotes/2.8.0.md). + ### Version 2.7.1 (_03/Jul/2024_) See release notes [here](Docs/ReleaseNotes/2.7.1.md).