Skip to content

Commit

Permalink
Merge pull request #460 from DMTF/2.1.1-Tagging
Browse files Browse the repository at this point in the history
2.1.1 Versioning
  • Loading branch information
mraineri authored Mar 4, 2022
2 parents 354a9b3 + 056c560 commit c11b990
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.1.1] - 2022-03-04
- Added check to ensure a reference object is an object prior to attempting to extract the link information

## [2.1.0] - 2022-02-05
- Added 'Accept-Encoding' header to allow for any encoding in responses
- Corrected '@odata.id' inspection to not crash the tool if the string is empty
Expand Down
2 changes: 1 addition & 1 deletion RedfishServiceValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import json
from datetime import datetime

tool_version = '2.1.0'
tool_version = '2.1.1'

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

0 comments on commit c11b990

Please sign in to comment.