Skip to content

Commit

Permalink
1.1.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 Aug 2, 2024
1 parent f10d55d commit 0050765
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.1.5] - 2024-08-02
- Fixed length check when reading data from incoming events

## [1.1.4] - 2024-06-28
- Updated embedded TLS certificate to no longer be expired
- Updated tool to no longer require 'http_parser' module that is no longer maintained
Expand Down
2 changes: 1 addition & 1 deletion RedfishEventListener_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
standard_out.setLevel(logging.INFO)
my_logger.addHandler(standard_out)

tool_version = '1.1.4'
tool_version = '1.1.5'

config = {
'listenerip': '0.0.0.0',
Expand Down

0 comments on commit 0050765

Please sign in to comment.