Skip to content

Commit e4b089e

Browse files
committed
Bump version to 0.18.2
1 parent fe17bad commit e4b089e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## v0.18.1 (2022-09-15)
29

310
* *(crypto)* Fixed error sharing megolm session if a single recipient device

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.1"
1+
__version__ = "0.18.2"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)