From 0237736bf6f4982b08ecbe15c03dd381d59f8d3c Mon Sep 17 00:00:00 2001 From: lucasheld Date: Fri, 23 Sep 2022 19:16:12 +0200 Subject: [PATCH] bump version to 0.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ galaxy.yml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95215a8..bf9ee03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,33 @@ ## Changelog +### Release 0.3.0 + +#### Feature +- support autoLogin for enabled disableAuth + +#### Bugfix +- idempotence for status page with publicGroupList + +#### Test +- add unit tests for existing modules + ### Release 0.2.1 +#### Bugfix - adjust to monitor notificationIDList return value ### Release 0.2.0 +#### Feature - support for uptime kuma 1.18.0 + +#### Bugfix - rename notification key default to isDefault - add notification key applyExisting ### Release 0.1.1 +#### Bugfix - allow to add monitors to status pages ### Release 0.1.0 diff --git a/galaxy.yml b/galaxy.yml index 6bbe2ea..e75ddac 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: lucasheld name: uptime_kuma -version: 0.2.1 +version: 0.3.0 readme: README.md authors: - Lucas Held