diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bde0e34..a8e8d552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.18.2 (2022-09-24) + +* *(crypto)* Fixed handling key requests when using appservice-mode (MSC2409) + encryption. +* *(appservice)* Added workaround for dumb servers that send `"unsigned": null` + in events. + ## v0.18.1 (2022-09-15) * *(crypto)* Fixed error sharing megolm session if a single recipient device diff --git a/mautrix/__init__.py b/mautrix/__init__.py index 5923a918..af5c3a2d 100644 --- a/mautrix/__init__.py +++ b/mautrix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.18.1" +__version__ = "0.18.2" __author__ = "Tulir Asokan " __all__ = [ "api",