We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6823471 commit deb1ab2Copy full SHA for deb1ab2
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.17.6 (2022-08-17)
2
+
3
+* *(bridge)* Added hidden option to use appservice login for double puppeting.
4
+* *(client)* Fixed sync handling throwing an error if event parsing failed.
5
+* *(errors)* Added `M_UNKNOWN_ENDPOINT` error code from [MSC3743]
6
+* *(appservice)* Updated [MSC3202] support to handle one time keys correctly.
7
8
+[MSC3743]: https://github.com/matrix-org/matrix-spec-proposals/pull/3743
9
10
## v0.17.5 (2022-08-15)
11
12
* *(types)* Added `m.read.private` to receipt types.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.17.5"
+__version__ = "0.17.6"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments