Skip to content

Commit

Permalink
1.1.1 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Raineri <[email protected]>
  • Loading branch information
mraineri committed Apr 8, 2022
1 parent 696385b commit b9407f3
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.1] - 2022-04-08
- Added 'Connection: close' header to responses

## [1.1.0] - 2022-02-28
- Added IPv6 support
- Replaced internal HTTP calls with the 'redfish-utilities' module
Expand Down
2 changes: 1 addition & 1 deletion RedfishEventListener_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
standard_out.setLevel(logging.INFO)
my_logger.addHandler(standard_out)

tool_version = '1.1.0'
tool_version = '1.1.1'

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

0 comments on commit b9407f3

Please sign in to comment.