Skip to content

Commit 670b99b

Browse files
committed
Bump version to 0.17.7
1 parent 2ae6f78 commit 670b99b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.17.7 (2022-08-22)
2+
3+
* *(util.async_db)* Added `init_commands` to run commands on each SQLite
4+
connection (e.g. to enable `PRAGMA`s). No-op on Postgres.
5+
* *(bridge)* Added check to make sure e2ee keys are intact on server.
6+
If they aren't, the crypto database will be wiped and the bridge will stop.
7+
18
## v0.17.6 (2022-08-17)
29

310
* *(bridge)* Added hidden option to use appservice login for double puppeting.

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

0 commit comments

Comments
 (0)