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