From 21c6a7d87fbc35267355c2042992951600ca0154 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 17 Apr 2022 13:30:38 +0300 Subject: [PATCH] Bump version to 0.11.3 --- CHANGELOG.md | 7 ++++++- mautrix_telegram/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d28122a8..3f5b3614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -# v0.11.3 (unreleased) +# v0.11.3 (2022-04-17) + +**N.B.** This release drops support for old homeservers which don't support the +new `/v3` API endpoints. Synapse 1.48+, Dendrite 0.6.5+ and Conduit 0.4.0+ are +supported. Legacy `r0` API support can be temporarily re-enabled with `pip install mautrix==0.16.0`. +However, this option will not be available in future releases. ### Added * Added `list-invite-links` command to list invite links in a chat. diff --git a/mautrix_telegram/__init__.py b/mautrix_telegram/__init__.py index 54bf328f..0b25ff1e 100644 --- a/mautrix_telegram/__init__.py +++ b/mautrix_telegram/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.11.2" +__version__ = "0.11.3" __author__ = "Tulir Asokan "