Skip to content

Commit

Permalink
Merge pull request #166 from DMTF/1.0.2-Tagging
Browse files Browse the repository at this point in the history
1.0.2 Versioning
  • Loading branch information
mraineri authored Feb 9, 2018
2 parents e557dbb + 3ab0861 commit 5ed7c02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion RedfishServiceValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import json
import traverseService as rst

tool_version = '1.0.1'
tool_version = '1.0.2'

rsvLogger = rst.getLogger()

Expand Down

0 comments on commit 5ed7c02

Please sign in to comment.