From 670b99ba4c2804eb6084a8c243037f4500a3ab41 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 22 Aug 2022 12:47:21 +0300 Subject: [PATCH] Bump version to 0.17.7 --- CHANGELOG.md | 7 +++++++ mautrix/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fffc3c28..cd7eb400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.17.7 (2022-08-22) + +* *(util.async_db)* Added `init_commands` to run commands on each SQLite + connection (e.g. to enable `PRAGMA`s). No-op on Postgres. +* *(bridge)* Added check to make sure e2ee keys are intact on server. + If they aren't, the crypto database will be wiped and the bridge will stop. + ## v0.17.6 (2022-08-17) * *(bridge)* Added hidden option to use appservice login for double puppeting. diff --git a/mautrix/__init__.py b/mautrix/__init__.py index 75b1a19c..2cce4b5b 100644 --- a/mautrix/__init__.py +++ b/mautrix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.17.6" +__version__ = "0.17.7" __author__ = "Tulir Asokan " __all__ = [ "api",