Skip to content

Commit 0b67487

Browse files
committed
Bump version to 0.19.7
1 parent 423d42a commit 0b67487

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
## v0.19.6 (2023-03-13)
27

38
* *(crypto)* Added cache checks to prevent invalidating group session when the

mautrix/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.19.6"
1+
__version__ = "0.19.7"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)