Skip to content

Commit f277f97

Browse files
author
GitHub Release Workflow
committed
2.1.4 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent e6ac802 commit f277f97

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [2.1.4] - 2023-07-20
4+
- Added support for testing 'ReplacedProperty' and 'ReplacedByProperty' statements
5+
- Added support for testing profiles with 'UseCases' statements
6+
37
## [2.1.3] - 2023-04-27
48
- Corrected behavior with the 'nooemcheck' flag to skip over any resources found in the 'Oem' object
59
- Downgraded errors to warnings for resources not accessible during testing

RedfishInteropValidator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from common.profile import getProfiles, checkProfileAgainstSchema, hashProfile
1818
from validateResource import validateSingleURI, validateURITree
1919

20-
tool_version = '2.1.3'
20+
tool_version = '2.1.4'
2121

2222
# Set up the custom debug levels
2323
VERBOSE1 = logging.INFO - 1

0 commit comments

Comments
 (0)