diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d5b6b..f0753ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.0.3] - 2020-01-17 +- Added rf_discover.py utility to discover Redfish services via SSDP + ## [1.0.2] - 2019-11-01 - Added support for using ETags for PATCHing ComputerSystem resources diff --git a/setup.py b/setup.py index 2b1a29b..1b55e98 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "1.0.2", + version = "1.0.3", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",