Skip to content

Commit

Permalink
bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasheld committed Mar 20, 2023
1 parent 42c040f commit 0492018
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### Release 0.11.0

#### Feature
- add support for uptime kuma 1.21.0

### Release 0.10.0

#### Feature
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__ = "0.10.0"
__version__ = "0.11.0"
__author__ = "Lucas Held"
__license__ = "MIT"
__copyright__ = "Copyright 2023 Lucas Held"

0 comments on commit 0492018

Please sign in to comment.