diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff9e4c..5562e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.2.1] - 2023-10-27 +- Added PhysicalContext to rf_sensor_list.py + ## [3.2.0] - 2023-09-15 - Added workaround flag to attempt to set boot override properties on settings resources for non-conformant implementations diff --git a/setup.py b/setup.py index 0a3603b..cd1b00c 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run(self): setup( name = "redfish_utilities", - version = "3.2.0", + version = "3.2.1", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",