diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3a95d..35c51d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.2.2] - 2022-03-10 +- Corrected usage of the 'request' parameter in 'rf_raw_request.py' + ## [1.2.1] - 2022-03-04 - Added 'rf_diagnostic_data.py' to collect diagnostic data from a log service - Added power state reporting with the 'info' parameter in rf_power_reset.py diff --git a/setup.py b/setup.py index c53b21e..332cc6a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "1.2.1", + version = "1.2.2", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",