Skip to content

Commit

Permalink
1.2.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 Dec 1, 2023
1 parent 6350e6a commit 1b8fc2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.2.4] - 2023-12-01
- Added better handling of resource creation operations to not rely on a resource identifier to be given
- Added the response header when a new session is created

## [1.2.3] - 2023-05-15
- Fixes to SSDP listener to bind to all interfaces as well as enable listening on the loopback address

Expand Down
2 changes: 1 addition & 1 deletion redfishMockupServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
ch.setLevel(logging.INFO)
logger.addHandler(ch)

tool_version = "1.2.3"
tool_version = "1.2.4"

dont_send = ["connection", "keep-alive", "content-length", "transfer-encoding"]

Expand Down

0 comments on commit 1b8fc2c

Please sign in to comment.