Skip to content

Commit

Permalink
1.1.2 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Sep 17, 2021
1 parent 70939a9 commit a7a9657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## [1.1.2] - 2021-09-17
- Added --trace option to provide Redfish operation tracing between the tool and the service in the output directory
- Added --maxlogentries option to limit the number of log entries obtained from each log service discovered

## [1.1.1] - 2021-04-23
- Added capturing of response information when a resource cannot be parsed

Expand Down
2 changes: 1 addition & 1 deletion redfishMockupCreate.py
Expand Up @@ -22,7 +22,7 @@
from redfish import redfish_logger

# Version info
tool_version = "1.1.1"
tool_version = "1.1.2"

def main():
"""
Expand Down

0 comments on commit a7a9657

Please sign in to comment.