bump version to 0.2.2

This commit is contained in:
lucasheld 2022-09-18 14:54:24 +02:00
parent 54d221cdfe
commit 88e4ccc57e
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
## Changelog
### Release 0.2.2
- remove `tags` from monitor input
- create test objects with available arguments
- convert monitor notificationIDList only once
### Release 0.2.1
- generate pushToken on push monitor save

View file

@ -1,5 +1,5 @@
__title__ = "uptime_kuma_api"
__version__ = "0.2.1"
__version__ = "0.2.2"
__author__ = "Lucas Held"
__license__ = "MIT"
__copyright__ = "Copyright 2022 Lucas Held"