From 8ed8d60f4b52b32704808229fc1931f8ad447a9d Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Fri, 31 Jan 2025 20:33:48 -0400 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd3783..2bc93a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Tested with Horizon 2406 - Added TrueSSO Cetificate details section - Added Health Check module -- Increased AsBuiltReport.Core minimum requirements to v1.4.1 +- Increased AsBuiltReport.Core minimum requirements to v1.4.2 - Increased Eomm/why-don-t-you-tweet Github action to v2 ### Fixed From 02c43950c4c24cace9492112a653cdebc9a01294 Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Fri, 31 Jan 2025 20:34:10 -0400 Subject: [PATCH 2/3] Update AsBuiltReport.VMware.Horizon.psd1 --- AsBuiltReport.VMware.Horizon.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsBuiltReport.VMware.Horizon.psd1 b/AsBuiltReport.VMware.Horizon.psd1 index dc15797..8265423 100644 --- a/AsBuiltReport.VMware.Horizon.psd1 +++ b/AsBuiltReport.VMware.Horizon.psd1 @@ -54,7 +54,7 @@ RequiredModules = @( @{ ModuleName = 'AsBuiltReport.Core'; - ModuleVersion = '1.4.1' + ModuleVersion = '1.4.2' } ) # Assemblies that must be loaded prior to importing this module From ffa99cbc3146dc8b6e3973c0b87adee01dd5ffaa Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Fri, 31 Jan 2025 20:35:09 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc93a1..612df69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Resolved the Following issues: - [#30](https://github.com/AsBuiltReport/AsBuiltReport.VMware.Horizon/issues/30) - ## [1.1.4] - 2024-11-22 ### Added