diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..71c2ca0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## Changelog + +### Release 0.1.1 + +- implement 2FA login +- allow to add monitors to status pages +- do not block certain methods + +### Release 0.1.0 + +- initial release diff --git a/uptime_kuma_api/__version__.py b/uptime_kuma_api/__version__.py index a0a60b0..5a1a506 100644 --- a/uptime_kuma_api/__version__.py +++ b/uptime_kuma_api/__version__.py @@ -1,5 +1,5 @@ __title__ = "uptime_kuma_api" -__version__ = "0.1.0" +__version__ = "0.1.1" __author__ = "Lucas Held" __license__ = "MIT" __copyright__ = "Copyright 2022 Lucas Held"