diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e1795..337b9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.2.6] - 2024-02-23 +- Added 'rf_test_event_listener.py' tool to manually build event payloads + ## [3.2.5] - 2024-02-09 - Added optional 'applytime' parameter to 'rf_update.py' to specify when to apply an update diff --git a/setup.py b/setup.py index 0e53d86..4f1cbda 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run(self): setup( name = "redfish_utilities", - version = "3.2.5", + version = "3.2.6", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",