Skip to content

Commit

Permalink
bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasheld committed Apr 7, 2023
1 parent bdd441d commit e176b6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

### Release 0.13.0

#### Feature
- add support for uptime kuma 1.21.2
- implement custom socketio headers

#### Bugfix
- do not wait for events that have already arrived

### Release 0.12.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.12.0"
__version__ = "0.13.0"
__author__ = "Lucas Held"
__license__ = "MIT"
__copyright__ = "Copyright 2023 Lucas Held"

0 comments on commit e176b6b

Please sign in to comment.