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 b5b8110 commit e44579bCopy full SHA for e44579b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.19.10 (2023-04-13)
2
+
3
+* *(crypto, bridge)* Added options to automatically ratchet/delete megolm
4
+ sessions to minimize access to old messages.
5
6
## v0.19.9 (2023-04-12)
7
8
* *(crypto)* Fixed bug in crypto store migration when using outbound sessions
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.9"
+__version__ = "0.19.10"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
0 commit comments