Skip to content

Commit

Permalink
2.0.4 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Mar 4, 2022
1 parent f3fdeb5 commit 22664ed
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.4] - 2022-03-04
- Corrected URI checking to act as a filter for whether or not to apply the requirements

## [2.0.3] - 2022-01-31
- Added support for JSON Pointer syntax in 'CompareProperty'

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.3'
tool_version = '2.0.4'

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

0 comments on commit 22664ed

Please sign in to comment.