From ff9f2aaac9064ff0f50bd35c9a4bdaab8c0069b8 Mon Sep 17 00:00:00 2001 From: jayrodksmith <51105538+jayrodksmith@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:40:39 +0800 Subject: [PATCH] 1.0.6 Release --- CHANGELOG.md | 14 ++++++++++++++ EasyWarrantyCheck.psd1 | 2 +- Public/Get-Warranty.ps1 | 2 ++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7135a50..970011d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +# [1.0.6] - 21-03-2024 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +- Bug fixes for HP check + # [1.0.5] - 14-03-2024 ### Added diff --git a/EasyWarrantyCheck.psd1 b/EasyWarrantyCheck.psd1 index 2ac2a99..9fde9b8 100644 --- a/EasyWarrantyCheck.psd1 +++ b/EasyWarrantyCheck.psd1 @@ -12,7 +12,7 @@ RootModule = 'EasyWarrantyCheck.psm1' # Version number of this module. - ModuleVersion = '1.0.5' + ModuleVersion = '1.0.6' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Public/Get-Warranty.ps1 b/Public/Get-Warranty.ps1 index e05a5a8..d9c07b4 100644 --- a/Public/Get-Warranty.ps1 +++ b/Public/Get-Warranty.ps1 @@ -85,6 +85,8 @@ function Get-Warranty { [String]$HpSystemSKU ) + # Print Current Version + Write-Host "EasyWarrantyCheck Version : 1.0.6" # Set Global Variables if ($RMM -eq 'NinjaRMM') { Set-Variable ninjawarrantystart -Value $ninjawarrantystart -Scope Global -option ReadOnly -Force