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 Jun 28, 2024
1 parent aeb2e75 commit 6f3f98b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.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

## [1.1.3] - 2023-02-24
- Modified the listener to respond with HTTP 204 in favor of HTTP 200 since no response body is sent

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Redfish Event Listener

Copyright 2017-2022 DMTF. All rights reserved.
Copyright 2017-2024 DMTF. All rights reserved.

## About

Expand Down
4 changes: 2 additions & 2 deletions RedfishEventListener_v1.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Notice:
# Copyright 2017-2022 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Event-Listener/blob/main/LICENSE.md

import traceback
Expand All @@ -26,7 +26,7 @@
standard_out.setLevel(logging.INFO)
my_logger.addHandler(standard_out)

tool_version = '1.1.3'
tool_version = '1.1.4'

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

0 comments on commit 6f3f98b

Please sign in to comment.