diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a5c6d..338577b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.1.1] - 2021-04-23 +- Added capturing of response information when a resource cannot be parsed + ## [1.1.0] - 2021-04-13 - Allow for any encoding type diff --git a/redfishMockupCreate.py b/redfishMockupCreate.py index 4053316..7b321db 100644 --- a/redfishMockupCreate.py +++ b/redfishMockupCreate.py @@ -20,7 +20,7 @@ import xml.etree.ElementTree as ET # Version info -tool_version = "1.1.0" +tool_version = "1.1.1" def main(): """