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 e3dfb3c commit 3ac5ee2Copy full SHA for 3ac5ee2
CHANGELOG.md
@@ -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
7
## v0.17.4 (2022-07-28)
8
9
* *(bridge)* Started rejecting reusing access tokens when enabling double
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.17.4"
+__version__ = "0.17.5"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments