diff --git a/CHANGELOG.md b/CHANGELOG.md index ce07592..a750767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.1.7] - 2021-10-04 +- Added handling for lack of 'Destination' property in an event subscription when displaying the list of subscriptions +- Added support for legacy 'event types' subscriptions to enable usage with services that do not support newer methods of subscriptions + ## [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 diff --git a/setup.py b/setup.py index b20510b..bc1c63a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "1.1.6", + version = "1.1.7", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",