Skip to content

Commit

Permalink
1.2.5 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 Mar 1, 2024
1 parent d99d134 commit 6919a3e
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.5] - 2024-03-01
- Added sample Docker compose file
- Migrated away from deprecated 'ssl.wrap_socket' method

## [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
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.4"
tool_version = "1.2.5"

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

Expand Down

0 comments on commit 6919a3e

Please sign in to comment.