diff --git a/CHANGELOG.md b/CHANGELOG.md index afe6ff0..1928a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.1.0] - 2020-10-30 +- Fixed usage of the --expand option in rf_event_service.py + ## [1.0.9] - 2020-10-19 - Added rf_event_service.py tool for managing event subscriptions and displaying event service information diff --git a/setup.py b/setup.py index 7585150..5f45fcc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "1.0.9", + version = "1.1.0", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",