We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc1c6a commit c42da3dCopy full SHA for c42da3d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.20.6 (2024-07-12)
2
+
3
+* *(bridge)* Added `/register` call if `/versions` fails with `M_FORBIDDEN`.
4
5
## v0.20.5 (2024-07-09)
6
7
**Note:** The `bridge` module is deprecated as all bridges are being rewritten
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.20.5"
+__version__ = "0.20.6"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments