Skip to content

Commit 13c4357

Browse files
author
GitHub Release Workflow
committed
1.1.4 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent af8f0b4 commit 13c4357

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## [1.1.4] - 2022-05-13
4+
- Add '@Redfish.ActionInfo' as a search item when crawling the service
35
## [1.1.3] - 2022-02-05
46
- Added detection for Windows to rename directories to not use characters that conflict with folder name limitations
57

redfishMockupCreate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from redfish import redfish_logger
2525

2626
# Version info
27-
tool_version = "1.1.3"
27+
tool_version = "1.1.4"
2828

2929
# For Windows, there are restricted characters in folder names that could be used in URIs
3030
disallowed_folder_characters_win = [ ":", "*", "?", "\"", "<", ">", "|" ]

0 commit comments

Comments
 (0)