Skip to content

Commit df4394c

Browse files
committed
1.1.6 versioning
1 parent 9391b2e commit df4394c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.1.6] - 2021-08-06
4+
- Added support for /redfish/v1/odata
5+
- Fixed usage of /redfish/v1/$metadata
6+
37
## [1.1.5] - 2021-06-18
48
- Added Dockerfile to build Docker containers
59

api_emulator/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright 2016-2019 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Interface-Emulator/blob/master/LICENSE.md
44

5-
__version__ = '1.1.5'
5+
__version__ = '1.1.6'

0 commit comments

Comments
 (0)