We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd441d commit e176b6bCopy full SHA for e176b6b
CHANGELOG.md
@@ -1,5 +1,14 @@
1
## Changelog
2
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
12
### Release 0.12.0
13
14
#### Feature
uptime_kuma_api/__version__.py
@@ -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"
0 commit comments