From 282ad431802966e8e5280d674f5c6e7eeea37876 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 24 Sep 2022 13:58:13 +0300 Subject: [PATCH] Update changelog and mautrix-python --- CHANGELOG.md | 5 +++++ requirements.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f612f415..a0a93020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ ### Fixed * `ChatParticipantsForbidden` is handled properly when syncing non-supergroup info. +* Fixed some bugs with file transfers when using SQLite. +* Fixed error when attempting to log in again after logging out. +* Fixed QR login not working. +* Fixed error syncing chats if bridging a message had previously been + interrupted. # v0.12.0 (2022-08-26) diff --git a/requirements.txt b/requirements.txt index 4e048768..888b2530 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ python-magic>=0.4,<0.5 commonmark>=0.8,<0.10 aiohttp>=3,<4 yarl>=1,<2 -mautrix>=0.18.1,<0.19 +mautrix>=0.18.2,<0.19 #telethon>=1.24,<1.25 tulir-telethon==1.26.0a4 asyncpg>=0.20,<0.27