Skip to content

Commit e2a7b38

Browse files
committed
v0.6.6
1 parent 7ab57c8 commit e2a7b38

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

AsBuiltReport.NetApp.ONTAP.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.NetApp.ONTAP.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.6.5'
15+
ModuleVersion = '0.6.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -27,7 +27,7 @@ Author = 'Jonathan Colon Feliciano'
2727
#CompanyName = 'Unknown'
2828

2929
# Copyright statement for this module
30-
Copyright = '(c) 2022 Jonathan Colon Feliciano. All rights reserved.'
30+
Copyright = '(c) 2023 Jonathan Colon Feliciano. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
3333
Description = 'A PowerShell module to generate an as built report on the configuration of NetApp ONTAP.'
@@ -54,7 +54,7 @@ Description = 'A PowerShell module to generate an as built report on the configu
5454
RequiredModules = @(
5555
@{
5656
ModuleName = 'AsBuiltReport.Core';
57-
ModuleVersion = '1.2.0'
57+
ModuleVersion = '1.3.0'
5858
},
5959
@{
6060
ModuleName = 'NetApp.ONTAP';

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# :arrows_counterclockwise: NetApp ONTAP Storage As Built Report Changelog
22

3+
## [0.6.6] - 2023-08-07
4+
5+
### Changed
6+
7+
- Improved bug and feature request templates
8+
- Changed default logo from NetApp to the AsBuiltReport logo due to licensing requirements
9+
- Changed default report style font to 'Segoe Ui'
10+
- Changed Required Modules to AsBuiltReport.Core v1.3.0
11+
12+
### Fixed
13+
14+
- Fix [#35](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues/35)
15+
316
## [0.6.5] - 2022-11-06
417

518
### Added

0 commit comments

Comments
 (0)