diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b1fafe..b30a62b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mautrix/__init__.py b/mautrix/__init__.py index 47857202..47b1a40c 100644 --- a/mautrix/__init__.py +++ b/mautrix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.18.4" +__version__ = "0.18.5" __author__ = "Tulir Asokan " __all__ = [ "api",