forked from DGNum/uptime-kuma-api
bump version to 0.2.0
This commit is contained in:
parent
384fd21726
commit
9b0f0c1e7f
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Release 0.2.0
|
||||||
|
|
||||||
|
- support for uptime kuma 1.18.0
|
||||||
|
- convert values on monitor edit
|
||||||
|
|
||||||
### Release 0.1.1
|
### Release 0.1.1
|
||||||
|
|
||||||
- implement 2FA login
|
- implement 2FA login
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
__title__ = "uptime_kuma_api"
|
__title__ = "uptime_kuma_api"
|
||||||
__version__ = "0.1.1"
|
__version__ = "0.2.0"
|
||||||
__author__ = "Lucas Held"
|
__author__ = "Lucas Held"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__copyright__ = "Copyright 2022 Lucas Held"
|
__copyright__ = "Copyright 2022 Lucas Held"
|
||||||
|
|
Loading…
Reference in a new issue