diff --git a/AsBuiltReport.NetApp.ONTAP.psd1 b/AsBuiltReport.NetApp.ONTAP.psd1 index 2ab558d..7a665e9 100755 --- a/AsBuiltReport.NetApp.ONTAP.psd1 +++ b/AsBuiltReport.NetApp.ONTAP.psd1 @@ -12,7 +12,7 @@ RootModule = 'AsBuiltReport.NetApp.ONTAP.psm1' # Version number of this module. -ModuleVersion = '0.6.0' +ModuleVersion = '0.6.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b815f5..ba21f7d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # :arrows_counterclockwise: NetApp ONTAP Storage As Built Report Changelog +## [0.6.1] - 2021-12-02 + +### Added + +- None + +### Changed + +- Updated Changelog to reflect v0.6.0 changes + +### Fixed + +- None + +## [0.6.0] - 2021-12-02 + +### Added + +- Added Vserver CIFS Client Session information. +- Added Storage Aggregate Option Information. + +### Changed + +- The network section has been changed to show the content per node. +- Updated HTML Sample Report. +- Implemented the ability to specify the InfoLevel option. + +### Fixed + +- Fix Volume SnapShot Section logic to display content only when there are snapshots data available. + ## [0.5.0] - 2021-10-11 ### Added