diff --git a/CHANGELOG.md b/CHANGELOG.md index fc09062..8631545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.0.7] - 2020-05-22 +- Removed 'PushPowerButton' from simple reset list + ## [1.0.6] - 2020-05-14 - Added rf_bios_settings.py utility for displaying and setting BIOS attributes - Added enhancement to account deletion fallback routine to send two PATCH operations when clearing an account to ensure compatibility diff --git a/setup.py b/setup.py index cc0b076..dc465b2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "1.0.6", + version = "1.0.7", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",