From 754ec520f3e6b13ec22624ce4c8aa84e87c03d1f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 6 Apr 2023 16:54:58 +0300 Subject: [PATCH] Bump version to 0.19.8 --- CHANGELOG.md | 5 +++++ mautrix/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24192de4..862da25a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mautrix/__init__.py b/mautrix/__init__.py index 53ed1518..40300b56 100644 --- a/mautrix/__init__.py +++ b/mautrix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.7" +__version__ = "0.19.8" __author__ = "Tulir Asokan " __all__ = [ "api",