diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f8d7e..cb12b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.0.8] - 2018-19 +- Fixed how single entry comparisons were performed + ## [1.0.7] - 2018-09-21 - Various bug fixes - Added tool versioning diff --git a/RedfishInteropValidator.py b/RedfishInteropValidator.py index 2762fa5..a96800a 100644 --- a/RedfishInteropValidator.py +++ b/RedfishInteropValidator.py @@ -25,7 +25,7 @@ VERBO_NUM = 15 logging.addLevelName(VERBO_NUM, "VERBO") -tool_version = '1.0.7' +tool_version = '1.0.8' def verboseout(self, message, *args, **kws): if self.isEnabledFor(VERBO_NUM):