Skip to content

Commit a5dc7d5

Browse files
author
GitHub Release Workflow
committed
2.0.9 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 98e8034 commit a5dc7d5

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.0.9] - 2022-06-17
4+
- Fixed the conditional requirements on list properties
5+
36
## [2.0.8] - 2022-05-22
47
- Made correction to conditional checks for nested properties
58

RedfishInteropValidator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import glob
1212
from datetime import datetime
1313

14-
tool_version = '2.0.8'
14+
tool_version = '2.0.9'
1515

1616
# Set up the custom debug levels
1717
VERBOSE1 = logging.INFO - 1

0 commit comments

Comments
 (0)