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 "