diff --git a/CHANGELOG.md b/CHANGELOG.md index e1dbb82..b88ee77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### Release 1.2.1 + +#### Bugfixes +- drop first info event without a version + ### Release 1.2.0 #### Features diff --git a/README.md b/README.md index 5964f7a..36907bb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Supported Uptime Kuma versions: | Uptime Kuma | uptime-kuma-api | |-----------------|-----------------| -| 1.21.3 - 1.23.2 | 1.0.0 - 1.2.0 | +| 1.21.3 - 1.23.2 | 1.0.0 - 1.2.1 | | 1.17.0 - 1.21.2 | 0.1.0 - 0.13.0 | Installation diff --git a/uptime_kuma_api/__version__.py b/uptime_kuma_api/__version__.py index ef73667..4c093f7 100644 --- a/uptime_kuma_api/__version__.py +++ b/uptime_kuma_api/__version__.py @@ -1,5 +1,5 @@ __title__ = "uptime_kuma_api" -__version__ = "1.2.0" +__version__ = "1.2.1" __author__ = "Lucas Held" __license__ = "MIT" __copyright__ = "Copyright 2023 Lucas Held"