From c35d2594f02c168fa8edaf786abc8938e5df10da Mon Sep 17 00:00:00 2001 From: Jonathan Medd Date: Tue, 10 Jul 2018 10:26:38 +0100 Subject: [PATCH] Release 3.3.0 --- RELEASE.md | 5 ++--- docs/CHANGELOG.md | 7 +++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 5d3aa26d..c349237a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,5 @@ ## Features -* Feature - New parameter ExtendedProperties and pipeline support for Get-vRABlueprint +* Feature - New-vRABusinessGroup does not support SharedAccess User role (#183) (@thecloudxpert) ## Fixes -* Fixed #102 - Get-vRABlueprint is using the wrong API endpoint -* Fixed #178 - Get-vRABlueprint is not using the Limit parameter \ No newline at end of file +* Fixed #180 - Set-vRAEntitlement assumes EntitledCatalogItems (@feardamhan) \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d6f8f56b..7a7b62b3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# Version 3.3.0 +## Features +* Feature - New-vRABusinessGroup does not support SharedAccess User role (#183) (@thecloudxpert) + +## Fixes +* Fixed #180 - Set-vRAEntitlement assumes EntitledCatalogItems (@feardamhan) + # Version 3.2.0 ## Features * Feature - New parameter ExtendedProperties and pipeline support for Get-vRABlueprint