Skip to content

Commit 758502f

Browse files
author
GitHub Release Workflow
committed
1.1.9 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 5995a9a commit 758502f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.9] - 2022-07-08
4+
- Made change to allow for the scheme to be included in the 'rhost' argument
5+
36
## [1.1.8] - 2022-05-13
47
- Version change only
58

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.8"
27+
tool_version = "1.1.9"
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)