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 ae7d8db commit 92abe92Copy full SHA for 92abe92
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.18.1 (2022-09-15)
2
+
3
+* *(crypto)* Fixed error sharing megolm session if a single recipient device
4
+ has ran out of one-time keys.
5
6
## v0.18.0 (2022-09-15)
7
8
* **Breaking change *(util.async_db)*** Added checks to prevent calling
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.18.0"
+__version__ = "0.18.1"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments