You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,30 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [1.1.5] - 2025-1-21
8
+
## [1.1.6] - 2025-09-13
9
+
10
+
### Added
11
+
12
+
- Include Diagrammer.Core module as a requirement.
13
+
- Introduce the necessary file structure to enable diagram generation.
14
+
15
+
### Changed
16
+
17
+
- Update AsBuiltReport.Core module requirement to v1.4.3.
18
+
- Upgrade actions/checkout to v5 in Codeql.yml and PSScriptAnalyzer.yml.
19
+
- Upgrade actions/bluesky-post-action to v0.3.0
20
+
- Modifie Release.yml to use windows-latest.
21
+
- Enhance Invoke-ASBuiltReport function with improved dependency version checks.
22
+
- Update CHANGELOG.md to reflect recent changes.
23
+
- This is the final release supporting VMware Horizon; future versions will support Omnissa only.
24
+
25
+
## [1.1.5.1] - 2025-03-13
26
+
27
+
### Fixed
28
+
29
+
- Fix `Get-RequiredModule` script function to properly check for installed VMware PowerCLI versions ([Fix #36](https://github.com/AsBuiltReport/AsBuiltReport.VMware.Horizon/issues/36))
0 commit comments