bump version to 0.13.0
This commit is contained in:
parent
bdd441dd84
commit
e176b6b613
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue