Skip to content

Commit

Permalink
Merge pull request #98 from DMTF/1.1.3-Tagging
Browse files Browse the repository at this point in the history
1.1.3 Versioning
  • Loading branch information
mraineri authored Apr 26, 2021
2 parents a249a78 + 83c3fec commit 4487e4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.1.3] - 2021-04-16
- Corrected `RedfishVersion` property in service root
- Fixes to usage of static mockups
- Corrected `@odata.type` property in many resources
- Added support for emulating sessions and session service

## [1.1.2] - 2019-08-23
- Fixed CapacityBytes property to always be an integer

Expand Down
2 changes: 1 addition & 1 deletion api_emulator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.2'
__version__ = '1.1.3'

0 comments on commit 4487e4a

Please sign in to comment.