We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe17bad commit e4b089eCopy full SHA for e4b089e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.18.2 (2022-09-24)
2
+
3
+* *(crypto)* Fixed handling key requests when using appservice-mode (MSC2409)
4
+ encryption.
5
+* *(appservice)* Added workaround for dumb servers that send `"unsigned": null`
6
+ in events.
7
8
## v0.18.1 (2022-09-15)
9
10
* *(crypto)* Fixed error sharing megolm session if a single recipient device
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.18.1"
+__version__ = "0.18.2"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments