Skip to content

Commit deb1ab2

Browse files
committed
Bump version to 0.17.6
1 parent 6823471 commit deb1ab2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## v0.17.5 (2022-08-15)
211

312
* *(types)* Added `m.read.private` to receipt types.

mautrix/__init__.py

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

0 commit comments

Comments
 (0)