From 82a9929e089b908c89ca9116e4163303311938d8 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 12 Apr 2023 16:51:32 +0300 Subject: [PATCH] Bump version to 0.19.9 --- CHANGELOG.md | 5 +++++ mautrix/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 862da25a..e7cabdd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.19.9 (2023-04-12) + +* *(crypto)* Fixed bug in crypto store migration when using outbound sessions + with max age higher than usual. + ## v0.19.8 (2023-04-06) * *(crypto)* Updated crypto store schema to match mautrix-go. diff --git a/mautrix/__init__.py b/mautrix/__init__.py index 40300b56..de48a11a 100644 --- a/mautrix/__init__.py +++ b/mautrix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.8" +__version__ = "0.19.9" __author__ = "Tulir Asokan " __all__ = [ "api",