Skip to content

Commit

Permalink
Bump version to 0.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 22, 2022
1 parent 2ae6f78 commit 670b99b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.17.7 (2022-08-22)

* *(util.async_db)* Added `init_commands` to run commands on each SQLite
connection (e.g. to enable `PRAGMA`s). No-op on Postgres.
* *(bridge)* Added check to make sure e2ee keys are intact on server.
If they aren't, the crypto database will be wiped and the bridge will stop.

## v0.17.6 (2022-08-17)

* *(bridge)* Added hidden option to use appservice login for double puppeting.
Expand Down
2 changes: 1 addition & 1 deletion mautrix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.17.6"
__version__ = "0.17.7"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit 670b99b

Please sign in to comment.