From 3d9a2a40b0694d0a3d1b267a54afe2073172b8b7 Mon Sep 17 00:00:00 2001 From: lucasheld Date: Thu, 6 Oct 2022 19:03:06 +0200 Subject: [PATCH] bump version to 0.5.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- uptime_kuma_api/__version__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e494ba1..b4b088c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### Release 0.5.0 + +#### Feature +- support for uptime kuma 1.18.3 + ### Release 0.4.0 #### Feature diff --git a/README.md b/README.md index 00999b7..698b46e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This package was developed to configure Uptime Kuma with Ansible. The Ansible co Python version 3.6+ is required. -Supported Uptime Kuma versions: 1.17.0 - 1.18.2 +Supported Uptime Kuma versions: 1.17.0 - 1.18.3 Installation --- diff --git a/uptime_kuma_api/__version__.py b/uptime_kuma_api/__version__.py index c22a48e..7c4c17e 100644 --- a/uptime_kuma_api/__version__.py +++ b/uptime_kuma_api/__version__.py @@ -1,5 +1,5 @@ __title__ = "uptime_kuma_api" -__version__ = "0.4.0" +__version__ = "0.5.0" __author__ = "Lucas Held" __license__ = "MIT" __copyright__ = "Copyright 2022 Lucas Held"