diff --git a/CHANGELOG.md b/CHANGELOG.md index a750767..d3a5070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.1.8] - 2021-11-19 +- Updated rf_sensor_list.py to support new power and thermal models + ## [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 diff --git a/setup.py b/setup.py index bc1c63a..c8cf14c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "1.1.7", + version = "1.1.8", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",