Skip to content

Commit baa97a4

Browse files
committed
Bump version to 0.17.2
1 parent c156991 commit baa97a4

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.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+
17
## v0.17.1 (2022-07-05)
28

39
* *(crypto)* Fixed Python 3.8/9 compatibility broken in v0.17.0.

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.1"
1+
__version__ = "0.17.2"
22
__author__ = "Tulir Asokan <tulir@maunium.net>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)