From 934ab15457e6d3efdc96a30bdfb838b3dc84e31c Mon Sep 17 00:00:00 2001 From: lucasheld Date: Thu, 25 May 2023 23:53:19 +0200 Subject: [PATCH] bump version to 1.0.1 --- CHANGELOG.md | 5 +++++ uptime_kuma_api/__version__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4974367..65814a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### Release 1.0.1 + +#### Bugfixes +- fix ValueError if monitor authMethod is None + ### Release 1.0.0 #### Features diff --git a/uptime_kuma_api/__version__.py b/uptime_kuma_api/__version__.py index 142ed7d..c3af58e 100644 --- a/uptime_kuma_api/__version__.py +++ b/uptime_kuma_api/__version__.py @@ -1,5 +1,5 @@ __title__ = "uptime_kuma_api" -__version__ = "1.0.0" +__version__ = "1.0.1" __author__ = "Lucas Held" __license__ = "MIT" __copyright__ = "Copyright 2023 Lucas Held"