Skip to content

Commit 59baa23

Browse files
committed
Bump version to 0.16.10
1 parent 85f5b14 commit 59baa23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.16.10 (2022-06-24)
2+
3+
* *(bridge)* Started requiring Matrix v1.1 support from homeservers.
4+
* *(bridge)* Added hack to automatically send a read receipt for messages sent
5+
to Matrix with double puppeting (to work around weird unread count issues).
6+
17
## v0.16.9 (2022-06-22)
28

39
* *(client)* Added support for knocking on rooms (thanks to [@maltee1] in [#105]).

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.9"
1+
__version__ = "0.16.10"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)