diff --git a/CHANGELOG.md b/CHANGELOG.md index 01aff46..43c3333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.3.5] - 2024-09-27 +- Corrected the regex pattern when trying to discover the local system's address when directly hosting firmware images + ## [3.3.4] - 2024-08-09 - Fixed file handling for certificate installation - Modified formatting of the sensor table from 'rf_sensor_list.py' to not truncate readings diff --git a/setup.py b/setup.py index 466188e..4642487 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): setup( name="redfish_utilities", - version="3.3.4", + version="3.3.5", description="Redfish Utilities", long_description=long_description, long_description_content_type="text/markdown",