Skip to content

Commit 1e9d135

Browse files
committed
Bump version to 0.16.9
1 parent 571f721 commit 1e9d135

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## v0.16.8 (2022-06-20)
29

310
* *(bridge)* Updated e2be helper to stop bridge if syncing fails.

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.16.8"
1+
__version__ = "0.16.9"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)