diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e63e7..ea6f090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [2.0.8] - 2022-01-10 +- Several enhancements and fixes to CSV handling + ## [2.0.7] - 2021-12-01 - Corrected validation of null objects - Added checks to ensure URIs match patterns defined in schema diff --git a/RedfishServiceValidator.py b/RedfishServiceValidator.py index b35e009..2d614f7 100644 --- a/RedfishServiceValidator.py +++ b/RedfishServiceValidator.py @@ -9,7 +9,7 @@ import json from datetime import datetime -tool_version = '2.0.7' +tool_version = '2.0.8' my_logger = logging.getLogger() my_logger.setLevel(logging.DEBUG)