We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa40ba9 commit 1165f76Copy full SHA for 1165f76
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [1.2.0] - 2024-05-31
4
+- Corrected URIs for embedded Bios mockups
5
+- Removed errant usage of application/xml responses
6
+
7
## [1.1.9] - 2023-02-10
8
- Updated various package versions based on GitHub recommendations
9
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/main/LICENSE.md
-__version__ = '1.1.9'
+__version__ = '1.2.0'
0 commit comments