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 1e464f8 commit 2f57efaCopy full SHA for 2f57efa
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v0.19.11 (2023-04-14)
2
+
3
+* *(crypto)* Fixed bug in previous release which caused errors if the `max_age`
4
+ of a megolm session was not known.
5
+* *(crypto)* Changed key receiving handler to fetch encryption config from
6
+ server if it's not cached locally (to find `max_age` and `max_messages` more
7
+ reliably).
8
9
## v0.19.10 (2023-04-13)
10
11
* *(crypto, bridge)* Added options to automatically ratchet/delete megolm
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.10"
+__version__ = "0.19.11"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments