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 423d42a commit 0b67487Copy full SHA for 0b67487
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.19.7 (2023-03-22)
2
+
3
+* *(bridge, crypto)* Fixed key sharing trust checker not resolving cross-signing
4
+ signatures when minimum trust level is set to cross-signed.
5
6
## v0.19.6 (2023-03-13)
7
8
* *(crypto)* Added cache checks to prevent invalidating group session when the
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.6"
+__version__ = "0.19.7"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
0 commit comments