Skip to content

Commit

Permalink
2.0.1 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Sep 17, 2021
1 parent e2ed0f8 commit 689acfe
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.1] - 2021-09-17
- Fixed console status reporting of whether or not errors were found

## [2.0.0] - 2021-08-30
- Significant changes to the CLI arguments with the tool to reduce complexity for users
- Removed need for scanning schema files for performing testing of a service
Expand Down
2 changes: 1 addition & 1 deletion RedfishInteropValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import json
from datetime import datetime

tool_version = '2.0.0'
tool_version = '2.0.1'

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

0 comments on commit 689acfe

Please sign in to comment.