bump version to 0.1.1

This commit is contained in:
lucasheld 2022-08-26 17:19:10 +02:00
parent def2143cf2
commit d79e108f8d
2 changed files with 12 additions and 1 deletions

11
CHANGELOG.md Normal file
View file

@ -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

View file

@ -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"