diff --git a/CHANGELOG.md b/CHANGELOG.md index 3172430..6d1fd86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.1.8] - 2022-07-15 +- Various fixes to handling of composition requests + ## [1.1.7] - 2022-01-10 - Added requirements for Python 3.9 diff --git a/api_emulator/version.py b/api_emulator/version.py index abc025d..fb4dbd5 100644 --- a/api_emulator/version.py +++ b/api_emulator/version.py @@ -2,4 +2,4 @@ # Copyright 2016-2019 DMTF. All rights reserved. # License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Interface-Emulator/blob/master/LICENSE.md -__version__ = '1.1.7' +__version__ = '1.1.8'