From 76134187f55155015935954fa23794ea1233e1e3 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Tue, 28 Mar 2023 08:53:12 -0400 Subject: [PATCH] docs: update `CHANGELOG.md` Updates `CHANGELOG.md`. Signed-off-by: Ryan Johnson --- CHANGELOG.md | 7 +++++++ VMware.CloudFoundation.Reporting.psd1 | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3556906..eb8da436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [v2.0.0](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/releases/tag/v2.0.0) + +> Release Date: Unreleased + +Refactor: +- Updates `Request-SoSHealthJson` to use the API to retrieve the SoS Health Summary JSON results. Removes the requirement to provide the SDDC Manager appliance `root` password in the `Invoke-VcfHealthReport` cmdlet. [GH-102](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/102) + ## [v1.1.0](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/releases/tag/v1.1.0) > Release Date: 2023-02-28 diff --git a/VMware.CloudFoundation.Reporting.psd1 b/VMware.CloudFoundation.Reporting.psd1 index 8ee8cb68..2552acab 100644 --- a/VMware.CloudFoundation.Reporting.psd1 +++ b/VMware.CloudFoundation.Reporting.psd1 @@ -30,7 +30,7 @@ Copyright = '(c) 2022-2023 VMware All rights reserved' # Description of the functionality provided by this module - Description = 'A PowerShell module for VMware Cloud Foundation reporting.' + Description = 'A PowerShell module for VMware Cloud Foundation reporting.' # Minimum version of the PowerShell engine required by this module PowerShellVersion = '5.1'