Skip to content

Commit

Permalink
1.1.4 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Release Workflow <>
  • Loading branch information
GitHub Release Workflow committed May 13, 2022
1 parent af8f0b4 commit 13c4357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# Change Log

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

Expand Down
2 changes: 1 addition & 1 deletion redfishMockupCreate.py
Expand Up @@ -24,7 +24,7 @@
from redfish import redfish_logger

# Version info
tool_version = "1.1.3"
tool_version = "1.1.4"

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

0 comments on commit 13c4357

Please sign in to comment.