From d74bf896825adea387d5b26d46a7f98c6b9e6c34 Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Mon, 6 Jul 2020 09:16:11 -0400 Subject: [PATCH] 1.0.5 Versioning --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b1aee..6ae1fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [1.0.5] - 2020-07-06 +- Modified all tests to make better use of exception handling for consistent error reporting +- Fixed power control test where the reset type being tested was not being provided to the service +- Made enhancement to the power control test to add more intelligence in the 'PowerState' checking + ## [1.0.4] - 2020-05-22 - Added check in one time boot test to verify 'Continuous' is allowed for configuring the boot object - Enhanced error reporting in one time boot test to make better use of exception handling for reporting test errors