Skip to content

Commit

Permalink
2.0.0 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Aug 30, 2021
1 parent c75a712 commit ece58f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [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

## [1.1.8] - 2021-06-18
- Corrected conditional requirements to properly account for all values specified

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 = '1.1.8'
tool_version = '2.0.0'

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

0 comments on commit ece58f8

Please sign in to comment.