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 c156991 commit baa97a4Copy full SHA for baa97a4
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.17.2 (2022-07-06)
2
+
3
+* *(api)* Updated request logging to log full URL instead of only path.
4
+* *(bridge)* Fixed migrating key sharing allow flag to new config format.
5
+* *(appservice)* Added `beeper_new_messages` flag for `batch_send` method.
6
7
## v0.17.1 (2022-07-05)
8
9
* *(crypto)* Fixed Python 3.8/9 compatibility broken in v0.17.0.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.17.1"
+__version__ = "0.17.2"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
0 commit comments