We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9391b2e commit df4394cCopy full SHA for df4394c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [1.1.6] - 2021-08-06
4
+- Added support for /redfish/v1/odata
5
+- Fixed usage of /redfish/v1/$metadata
6
+
7
## [1.1.5] - 2021-06-18
8
- Added Dockerfile to build Docker containers
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/master/LICENSE.md
-__version__ = '1.1.5'
+__version__ = '1.1.6'
0 commit comments