diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0b967..0c5f2dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +# [0.9.2] - 26-01-2024 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +- Fixed lenovo status field + # [0.9.0] - 26-01-2024 ### Added diff --git a/EasyWarrantyCheck.psd1 b/EasyWarrantyCheck.psd1 index 0b8d29a..ae3291c 100644 --- a/EasyWarrantyCheck.psd1 +++ b/EasyWarrantyCheck.psd1 @@ -12,7 +12,7 @@ RootModule = 'EasyWarrantyCheck.psm1' # Version number of this module. - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' # Supported PSEditions # CompatiblePSEditions = @()