Skip to content

Commit

Permalink
Merge pull request #448 from DMTF/2.0.8-Tagging
Browse files Browse the repository at this point in the history
2.0.8 Versioning
mraineri authored Jan 10, 2022
2 parents cd1c334 + db20fa1 commit 57656d7
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.8] - 2022-01-10
- Several enhancements and fixes to CSV handling

## [2.0.7] - 2021-12-01
- Corrected validation of null objects
- Added checks to ensure URIs match patterns defined in schema
2 changes: 1 addition & 1 deletion RedfishServiceValidator.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
import json
from datetime import datetime

tool_version = '2.0.7'
tool_version = '2.0.8'

my_logger = logging.getLogger()
my_logger.setLevel(logging.DEBUG)

0 comments on commit 57656d7

Please sign in to comment.