diff --git a/CHANGELOG.md b/CHANGELOG.md index d33692a..6c92048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.1.9] - 2023-09-01 +- Added 'rf_certificates.py' tool to manage certificates on a Redfish service + ## [3.1.8] - 2023-08-14 - Added handling for password change required scenarios - Updated 'rf_accounts.py' to directly modify a user's password when handling a password change required scenario diff --git a/setup.py b/setup.py index 9df855c..67fc28a 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run(self): setup( name = "redfish_utilities", - version = "3.1.8", + version = "3.1.9", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",