Skip to content

Commit f0204ff

Browse files
author
GitHub Release Workflow
committed
2.1.1 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent da4ec3b commit f0204ff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## [2.1.1] - 2022-10-14
4+
- Added resource-level requirement checking, including conditional requirements
5+
36
## [2.1.0] - 2022-06-24
47
- Fixed the resource GET result when running multiple profiles
58

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.0'
20+
tool_version = '2.1.1'
2121

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

0 commit comments

Comments
 (0)