Skip to content

Commit 82a9929

Browse files
committed
Bump version to 0.19.9
1 parent 4860ddf commit 82a9929

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.19.9 (2023-04-12)
2+
3+
* *(crypto)* Fixed bug in crypto store migration when using outbound sessions
4+
with max age higher than usual.
5+
16
## v0.19.8 (2023-04-06)
27

38
* *(crypto)* Updated crypto store schema to match mautrix-go.

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

0 commit comments

Comments
 (0)