Skip to content

Commit e176b6b

Browse files
committed
bump version to 0.13.0
1 parent bdd441d commit e176b6b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Changelog
22

3+
### Release 0.13.0
4+
5+
#### Feature
6+
- add support for uptime kuma 1.21.2
7+
- implement custom socketio headers
8+
9+
#### Bugfix
10+
- do not wait for events that have already arrived
11+
312
### Release 0.12.0
413

514
#### Feature

uptime_kuma_api/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "uptime_kuma_api"
2-
__version__ = "0.12.0"
2+
__version__ = "0.13.0"
33
__author__ = "Lucas Held"
44
__license__ = "MIT"
55
__copyright__ = "Copyright 2023 Lucas Held"

0 commit comments

Comments
 (0)