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 571f721 commit 1e9d135Copy full SHA for 1e9d135
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.16.9 (2022-06-22)
2
+
3
+* *(client)* Added support for knocking on rooms (thanks to [@maltee1] in [#105]).
4
+* *(bridge)* Added config option to set key rotation settings with e2be.
5
6
+[#105]: https://github.com/mautrix/python/pull/105
7
8
## v0.16.8 (2022-06-20)
9
10
* *(bridge)* Updated e2be helper to stop bridge if syncing fails.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.16.8"
+__version__ = "0.16.9"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments