Skip to content

Commit

Permalink
1.0.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrodksmith authored Mar 21, 2024
1 parent d3f61e8 commit ff9f2aa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion EasyWarrantyCheck.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'EasyWarrantyCheck.psm1'

# Version number of this module.
ModuleVersion = '1.0.5'
ModuleVersion = '1.0.6'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 2 additions & 0 deletions Public/Get-Warranty.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff9f2aa

Please sign in to comment.