Skip to content

Commit

Permalink
2.0.9 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Release Workflow <>
  • Loading branch information
GitHub Release Workflow committed Jun 17, 2022
1 parent 98e8034 commit a5dc7d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [2.0.9] - 2022-06-17
- Fixed the conditional requirements on list properties

## [2.0.8] - 2022-05-22
- Made correction to conditional checks for nested properties

Expand Down
2 changes: 1 addition & 1 deletion RedfishInteropValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import glob
from datetime import datetime

tool_version = '2.0.8'
tool_version = '2.0.9'

# Set up the custom debug levels
VERBOSE1 = logging.INFO - 1
Expand Down

0 comments on commit a5dc7d5

Please sign in to comment.