diff --git a/CHANGELOG.md b/CHANGELOG.md index efa653b..fe8ce16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### Release 0.5.2 + +#### Bugfix +- add type to notification provider options + ### Release 0.5.1 #### Bugfix @@ -18,10 +23,6 @@ #### Bugfix - update event list data after changes -#### Test -- ignore ResourceWarning -- add script to run tests for all supported uptime kuma versions - ### Release 0.3.0 #### Feature @@ -37,9 +38,6 @@ - remove `tags` from monitor input - convert monitor notificationIDList only once -#### Test -- create test objects with available arguments - ### Release 0.2.1 #### Bugfix diff --git a/uptime_kuma_api/__version__.py b/uptime_kuma_api/__version__.py index 3636129..6cc019b 100644 --- a/uptime_kuma_api/__version__.py +++ b/uptime_kuma_api/__version__.py @@ -1,5 +1,5 @@ __title__ = "uptime_kuma_api" -__version__ = "0.5.1" +__version__ = "0.5.2" __author__ = "Lucas Held" __license__ = "MIT" __copyright__ = "Copyright 2022 Lucas Held"