From 22664ed04728fb06db4e5fe97f9b78d656d74593 Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Fri, 4 Mar 2022 15:39:01 -0500 Subject: [PATCH] 2.0.4 versioning --- CHANGELOG.md | 3 +++ RedfishInteropValidator.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)