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 a63c043 commit 16d6ec0Copy full SHA for 16d6ec0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.17.3 (2022-07-12)
2
+
3
+* *(types)* Updated `BeeperMessageStatusEventContent` fields.
4
5
## v0.17.2 (2022-07-06)
6
7
* *(api)* Updated request logging to log full URL instead of only path.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.17.2"
+__version__ = "0.17.3"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments