Skip to content

Commit

Permalink
Bump version to 0.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 20, 2022
1 parent 8a4d22e commit 9c03902
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.18.5 (2022-10-20)

* *(appservice)* Added try blocks around [MSC3202] handler functions to log
errors instead of failing the entire transaction. This matches the behavior
of errors in normal appservice event handlers.

## v0.18.4 (2022-10-13)

* *(client.api)* Added option to pass custom data to `/createRoom` to enable
Expand Down
2 changes: 1 addition & 1 deletion mautrix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.18.4"
__version__ = "0.18.5"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
Expand Down

0 comments on commit 9c03902

Please sign in to comment.