diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d3ecb..718f778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.1.0] - 2019-04-12 +- Added missing @odata.context initialization for Message Registries + ## [1.0.9] - 2019-02-08 - Updated schema pack to 2018.3 - Fixed handling of the Redfish.Revisions term diff --git a/RedfishInteropValidator.py b/RedfishInteropValidator.py index 5e0941d..fa333bf 100644 --- a/RedfishInteropValidator.py +++ b/RedfishInteropValidator.py @@ -25,7 +25,7 @@ VERBO_NUM = 15 logging.addLevelName(VERBO_NUM, "VERBO") -tool_version = '1.0.9' +tool_version = '1.1.0' def verboseout(self, message, *args, **kws): if self.isEnabledFor(VERBO_NUM):