Skip to content

Commit

Permalink
1.1.0 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Raineri <[email protected]>
  • Loading branch information
mraineri committed Feb 28, 2022
1 parent f69f73c commit c4910d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.1.0] - 2022-02-28
- Added IPv6 support
- Replaced internal HTTP calls with the 'redfish-utilities' module
- Added support for newer event subscription parameters, such as subscribing based on registries and resource types
- Added support for configuring the event format to receive

## [1.0.2] - 2019-03-26
- Added support for receiving Metric Reports

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.0.3'
tool_version = '1.1.0'

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

0 comments on commit c4910d6

Please sign in to comment.