Bump version to 0.11.3

This commit is contained in:
Tulir Asokan
2022-04-17 13:30:38 +03:00
parent 7c2a569235
commit 21c6a7d87f
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -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.
+1 -1
View File
@@ -1,2 +1,2 @@
__version__ = "0.11.2"
__version__ = "0.11.3"
__author__ = "Tulir Asokan <tulir@maunium.net>"