We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4860ddf commit 82a9929Copy full SHA for 82a9929
CHANGELOG.md
@@ -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
6
## v0.19.8 (2023-04-06)
7
8
* *(crypto)* Updated crypto store schema to match mautrix-go.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.8"
+__version__ = "0.19.9"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments