We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f1173 commit be97a4fCopy full SHA for be97a4f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+### Release 1.1.0
4
+
5
+#### Feature
6
+- add support for uptime kuma 1.22.0 and 1.22.1
7
8
### Release 1.0.1
9
10
#### Bugfixes
README.md
@@ -12,7 +12,7 @@ Supported Uptime Kuma versions:
12
13
| Uptime Kuma | uptime-kuma-api |
14
|-----------------|-----------------|
15
-| 1.21.3 | 1.0.0 |
+| 1.21.3 - 1.22.1 | 1.0.0 - 1.1.0 |
16
| 1.17.0 - 1.21.2 | 0.1.0 - 0.13.0 |
17
18
Installation
uptime_kuma_api/__version__.py
@@ -1,5 +1,5 @@
__title__ = "uptime_kuma_api"
-__version__ = "1.0.1"
+__version__ = "1.1.0"
__author__ = "Lucas Held"
__license__ = "MIT"
__copyright__ = "Copyright 2023 Lucas Held"
0 commit comments