Skip to content

Commit 26140d3

Browse files
committed
Update module version and dependencies in AsBuiltReport.NetApp.ONTAP.psd1
1 parent 5c7451b commit 26140d3

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-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.8'
15+
ModuleVersion = '0.6.9'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -58,11 +58,11 @@
5858
},
5959
@{
6060
ModuleName = 'NetApp.ONTAP';
61-
ModuleVersion = '9.16.1.2501'
61+
ModuleVersion = '9.17.1.2509'
6262
},
6363
@{
6464
ModuleName = 'Diagrammer.Core';
65-
ModuleVersion = '0.2.29'
65+
ModuleVersion = '0.2.30'
6666
}
6767
)
6868

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.9] - 2025-09-??
9+
10+
### Changed
11+
12+
- General code cleanup/improvements
13+
- Add Bluesky post action to release workflow
14+
- Increased Required Modules version:
15+
- Diagrammer.Core v0.2.30
16+
- NetApp.Ontap v9.17.1.2509
17+
818
## [0.6.8] - 2025-08-18
919

1020
### Added

0 commit comments

Comments
 (0)