diff --git a/CHANGELOG.md b/CHANGELOG.md index d120f02..df19ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.0.2] - 2018-02-09 +- Made fixes to proxy support +- Added better handling for when incorrect namespaces are referenced +- Improvements to error messages +- Fixed handling of resolving external ComplexType definitions +- Added argument to control debug output + ## [1.0.1] - 2018-02-02 - Fixed the display of null types in the report - Fixed the display of data types found in registries diff --git a/RedfishServiceValidator.py b/RedfishServiceValidator.py index b0f3c33..bab5398 100644 --- a/RedfishServiceValidator.py +++ b/RedfishServiceValidator.py @@ -16,7 +16,7 @@ import json import traverseService as rst -tool_version = '1.0.1' +tool_version = '1.0.2' rsvLogger = rst.getLogger()