diff --git a/CHANGELOG.md b/CHANGELOG.md index e9582a2..ce07592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.1.6] - 2021-08-30 +- Added --workaround flag to rf_sys_inventory.py to attempt workaround logic for non-conformant services +- Added support for cataloging switches in rf_sys_inventory.py + ## [1.1.5] - 2021-08-06 - Added --workaround flag to rf_bios_settings.py to attempt workaround logic for non-conformant services - Added trailing slash checking in URI parsing of collections when extracting member identifiers diff --git a/setup.py b/setup.py index 06b418c..b20510b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "1.1.5", + version = "1.1.6", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",