diff --git a/CHANGELOG.md b/CHANGELOG.md index cb800cc..c8e100f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [0.8.0] - 2019-06-21 +- Added rf_boot_override utility to perform one time boot operations +- Added rf_power_reset utility to perform power/reset operations + ## [0.7.0] - 2019-06-07 - Added local web server support for rf_update when a local file is specified diff --git a/setup.py b/setup.py index 99f7cd9..8faeb91 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "0.7.0", + version = "0.8.0", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",