Skip to content

Commit

Permalink
Bump version to 0.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 22, 2023
1 parent 423d42a commit 0b67487
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.19.7 (2023-03-22)

* *(bridge, crypto)* Fixed key sharing trust checker not resolving cross-signing
signatures when minimum trust level is set to cross-signed.

## v0.19.6 (2023-03-13)

* *(crypto)* Added cache checks to prevent invalidating group session when the
Expand Down
2 changes: 1 addition & 1 deletion mautrix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.19.6"
__version__ = "0.19.7"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
Expand Down

0 comments on commit 0b67487

Please sign in to comment.