Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
igoravl committed Jul 16, 2024
1 parent d8d6e08 commit e30cd5c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
9 changes: 9 additions & 0 deletions Docs/ReleaseNotes/2.8.1.md
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 8 additions & 5 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit e30cd5c

Please sign in to comment.