Skip to content

Commit 1c95b80

Browse files
committed
bump version to 1.2.0
1 parent c74804e commit 1c95b80

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
### Release 1.2.0
4+
5+
#### Features
6+
- add support for uptime kuma 1.23.0 and 1.23.1
7+
- support sendUrl in status_page monitorList (Thanks @obfusk)
8+
9+
#### Bugfixes
10+
- fix proxy retrieval (Thanks @TheLastProject)
11+
- fix maintenances with multiple monitors or status pages
12+
- fix failing status_page test (Thanks @Javex)
13+
314
### Release 1.1.0
415

516
#### Feature

README.md

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

99
| Uptime Kuma | ansible-uptime-kuma | uptime-kuma-api |
1010
|-----------------|---------------------|-----------------|
11-
| 1.21.3 - 1.22.1 | 1.0.0 - 1.1.0 | 1.0.0+ |
11+
| 1.21.3 - 1.23.1 | 1.0.0 - 1.2.0 | 1.0.0+ |
1212
| 1.17.0 - 1.21.2 | 0.1.0 - 0.14.0 | 0.1.0 - 0.13.0 |
1313

1414

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: lucasheld
22
name: uptime_kuma
3-
version: 1.1.0
3+
version: 1.2.0
44
readme: README.md
55
authors:
66
- Lucas Held <[email protected]>

0 commit comments

Comments
 (0)