From a7a96577ba13c9290b30b341fcc60bfd5d96ffd6 Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Fri, 17 Sep 2021 16:00:27 -0400 Subject: [PATCH] 1.1.2 versioning --- CHANGELOG.md | 4 ++++ redfishMockupCreate.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338577b..6ac9c11 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/redfishMockupCreate.py b/redfishMockupCreate.py index 11df9f0..857238e 100644 --- a/redfishMockupCreate.py +++ b/redfishMockupCreate.py @@ -22,7 +22,7 @@ from redfish import redfish_logger # Version info -tool_version = "1.1.1" +tool_version = "1.1.2" def main(): """