We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2c033 commit c84730eCopy full SHA for c84730e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.20.7 (2025-01-03)
2
+
3
+* *(types)* Removed support for generating reply fallbacks to implement
4
+ [MSC2781]. Stripping fallbacks is still supported.
5
6
+[MSC2781]: https://github.com/matrix-org/matrix-spec-proposals/pull/2781
7
8
## v0.20.6 (2024-07-12)
9
10
* *(bridge)* Added `/register` call if `/versions` fails with `M_FORBIDDEN`.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.20.6"
+__version__ = "0.20.7"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments