diff --git a/CHANGELOG.md b/CHANGELOG.md index d9dc6da..9a45ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.2.9] - 2019-06-28 +- Added special handling with `EventDestination` to allow for `HttpHeaders` to be null per description in the schema +- Made change to make `@odata.context` optional in responses + ## [1.2.8] - 2019-05-31 - Updated schema bundle reference to 2019.1 - Improved error messages for GET failures diff --git a/RedfishServiceValidator.py b/RedfishServiceValidator.py index f893ae2..2846c49 100644 --- a/RedfishServiceValidator.py +++ b/RedfishServiceValidator.py @@ -21,7 +21,7 @@ from metadata import setup_schema_pack -tool_version = '1.2.8' +tool_version = '1.2.9' rsvLogger = rst.getLogger()