Skip to content

Commit 754ec52

Browse files
committed
Bump version to 0.19.8
1 parent 90aedf8 commit 754ec52

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.19.8 (2023-04-06)
2+
3+
* *(crypto)* Updated crypto store schema to match mautrix-go.
4+
* *(types)* Fixed `set_thread_parent` adding reply fallbacks to the message body.
5+
16
## v0.19.7 (2023-03-22)
27

38
* *(bridge, crypto)* Fixed key sharing trust checker not resolving cross-signing

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.19.7"
1+
__version__ = "0.19.8"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)