From e4b089ebc7eda620ee7c878c4ff542ded66aaac7 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 24 Sep 2022 13:47:02 +0300 Subject: [PATCH] Bump version to 0.18.2 --- CHANGELOG.md | 7 +++++++ mautrix/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",