Skip to content

Commit

Permalink
Merge pull request #262 from DMTF/1.1.5-Tagging
Browse files Browse the repository at this point in the history
1.1.5 Versioning
  • Loading branch information
mraineri authored Aug 3, 2018
2 parents d8467e7 + 54614c3 commit c58a7fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.1.5] - 2018-08-03
- Added missing start session
- Added exceptions for bad credentials
- Modified the report output to improve readability
- Refactor areas of code to enable automated unit testing

## [1.1.4] - 2018-07-06
- Additional fixes to OEM object handling within Actions

Expand Down
2 changes: 1 addition & 1 deletion RedfishServiceValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from metadata import setup_schema_pack

tool_version = '1.1.4'
tool_version = '1.1.5'

rsvLogger = rst.getLogger()

Expand Down

0 comments on commit c58a7fd

Please sign in to comment.