Skip to content

Commit 9c03902

Browse files
committed
Bump version to 0.18.5
1 parent 8a4d22e commit 9c03902

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.18.5 (2022-10-20)
2+
3+
* *(appservice)* Added try blocks around [MSC3202] handler functions to log
4+
errors instead of failing the entire transaction. This matches the behavior
5+
of errors in normal appservice event handlers.
6+
17
## v0.18.4 (2022-10-13)
28

39
* *(client.api)* Added option to pass custom data to `/createRoom` to enable

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.18.4"
1+
__version__ = "0.18.5"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)