Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasheld committed Aug 29, 2023
1 parent 7902213 commit ba04711
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
## Changelog

### Release 1.2.0

#### Features
- add support for uptime kuma 1.23.0 and 1.23.1

#### Bugfixes
- remove `name` from maintenance monitors and status pages
- rstip url globally
- convert sendUrl from bool to int
- validate accepted status codes types

### Release 1.1.0

#### Feature
#### Features
- add support for uptime kuma 1.22.0 and 1.22.1

### Release 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Supported Uptime Kuma versions:

| Uptime Kuma | uptime-kuma-api |
|-----------------|-----------------|
| 1.21.3 - 1.22.1 | 1.0.0 - 1.1.0 |
| 1.21.3 - 1.23.1 | 1.0.0 - 1.2.0 |
| 1.17.0 - 1.21.2 | 0.1.0 - 0.13.0 |

Installation
Expand Down
2 changes: 1 addition & 1 deletion uptime_kuma_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "uptime_kuma_api"
__version__ = "1.1.0"
__version__ = "1.2.0"
__author__ = "Lucas Held"
__license__ = "MIT"
__copyright__ = "Copyright 2023 Lucas Held"

0 comments on commit ba04711

Please sign in to comment.