diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e128c5..0908bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [2.0.4] - 2022-03-04 +- Corrected URI checking to act as a filter for whether or not to apply the requirements + ## [2.0.3] - 2022-01-31 - Added support for JSON Pointer syntax in 'CompareProperty' diff --git a/RedfishInteropValidator.py b/RedfishInteropValidator.py index 6ba35ae..606f8d2 100644 --- a/RedfishInteropValidator.py +++ b/RedfishInteropValidator.py @@ -10,7 +10,7 @@ import json from datetime import datetime -tool_version = '2.0.3' +tool_version = '2.0.4' my_logger = logging.getLogger() my_logger.setLevel(logging.DEBUG)