diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d91af1..54f5618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [3.3.0] - 2024-06-07 +- Added handling for printing array properties with 'null' entries where allowed +- Removed truncation of log messages to fit the console screen in 'rf_logs.py' + ## [3.2.9] - 2024-05-31 - Added protection from BrokenPipeError exceptions when piping rf_logs.py output diff --git a/setup.py b/setup.py index ce7908f..eff9995 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): setup( name="redfish_utilities", - version="3.2.9", + version="3.3.0", description="Redfish Utilities", long_description=long_description, long_description_content_type="text/markdown",