Skip to content

Commit

Permalink
Bump version to 0.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Apr 6, 2023
1 parent 90aedf8 commit 754ec52
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.8 (2023-04-06)

* *(crypto)* Updated crypto store schema to match mautrix-go.
* *(types)* Fixed `set_thread_parent` adding reply fallbacks to the message body.

## v0.19.7 (2023-03-22)

* *(bridge, crypto)* Fixed key sharing trust checker not resolving cross-signing
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.7"
__version__ = "0.19.8"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit 754ec52

Please sign in to comment.