Skip to content

Commit a7a9657

Browse files
committed
1.1.2 versioning
1 parent 70939a9 commit a7a9657

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.1.2] - 2021-09-17
4+
- Added --trace option to provide Redfish operation tracing between the tool and the service in the output directory
5+
- Added --maxlogentries option to limit the number of log entries obtained from each log service discovered
6+
37
## [1.1.1] - 2021-04-23
48
- Added capturing of response information when a resource cannot be parsed
59

redfishMockupCreate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from redfish import redfish_logger
2323

2424
# Version info
25-
tool_version = "1.1.1"
25+
tool_version = "1.1.2"
2626

2727
def main():
2828
"""

0 commit comments

Comments
 (0)