bump version to 0.13.0

This commit is contained in:
lucasheld 2023-04-07 21:14:13 +02:00
parent bdd441dd84
commit e176b6b613
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
## Changelog
### Release 0.13.0
#### Feature
- add support for uptime kuma 1.21.2
- implement custom socketio headers
#### Bugfix
- do not wait for events that have already arrived
### Release 0.12.0
#### Feature

View file

@ -1,5 +1,5 @@
__title__ = "uptime_kuma_api"
__version__ = "0.12.0"
__version__ = "0.13.0"
__author__ = "Lucas Held"
__license__ = "MIT"
__copyright__ = "Copyright 2023 Lucas Held"