Skip to content

Commit be97a4f

Browse files
committed
bump version to 1.1.0
1 parent 06f1173 commit be97a4f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
### Release 1.1.0
4+
5+
#### Feature
6+
- add support for uptime kuma 1.22.0 and 1.22.1
7+
38
### Release 1.0.1
49

510
#### Bugfixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Supported Uptime Kuma versions:
1212

1313
| Uptime Kuma | uptime-kuma-api |
1414
|-----------------|-----------------|
15-
| 1.21.3 | 1.0.0 |
15+
| 1.21.3 - 1.22.1 | 1.0.0 - 1.1.0 |
1616
| 1.17.0 - 1.21.2 | 0.1.0 - 0.13.0 |
1717

1818
Installation

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__ = "1.0.1"
2+
__version__ = "1.1.0"
33
__author__ = "Lucas Held"
44
__license__ = "MIT"
55
__copyright__ = "Copyright 2023 Lucas Held"

0 commit comments

Comments
 (0)