Skip to content

Commit 4487e4a

Browse files
authored
Merge pull request #98 from DMTF/1.1.3-Tagging
1.1.3 Versioning
2 parents a249a78 + 83c3fec commit 4487e4a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.3] - 2021-04-16
4+
- Corrected `RedfishVersion` property in service root
5+
- Fixes to usage of static mockups
6+
- Corrected `@odata.type` property in many resources
7+
- Added support for emulating sessions and session service
8+
39
## [1.1.2] - 2019-08-23
410
- Fixed CapacityBytes property to always be an integer
511

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.2'
5+
__version__ = '1.1.3'

0 commit comments

Comments
 (0)