Skip to content

Commit 27e3e0a

Browse files
committed
Bump version to 0.19.14
1 parent 488ce5c commit 27e3e0a

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.19.14 (2023-05-16)
2+
3+
* *(bridge)* Implemented appservice pinging using MSC2659.
4+
* *(bridge)* Started reusing aiosqlite connection pool for crypto db.
5+
* This fixes the crypto pool getting stuck if the bridge exits unexpectedly
6+
(the default pool is closed automatically at any type of exit).
7+
18
## v0.19.13 (2023-04-24)
29

310
* *(crypto)* Fixed bug with redacting megolm sessions when device is deleted.

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.19.13"
1+
__version__ = "0.19.14"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)