Skip to content

Commit 3ac5ee2

Browse files
committed
Bump version to 0.17.5
1 parent e3dfb3c commit 3ac5ee2

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.17.5 (2022-08-15)
2+
3+
* *(types)* Added `m.read.private` to receipt types.
4+
* *(appservice)* Stopped `ensure_registered` and `invite_user` raising
5+
`IntentError`s (now they raise the original Matrix error instead).
6+
17
## v0.17.4 (2022-07-28)
28

39
* *(bridge)* Started rejecting reusing access tokens when enabling double

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

0 commit comments

Comments
 (0)