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 1bf4635 commit aa8d1c8Copy full SHA for aa8d1c8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.19.12 (2023-04-18)
2
+
3
+* *(bridge)* Fixed backwards-compatibility with new key deletion config options.
4
5
## v0.19.11 (2023-04-14)
6
7
* *(crypto)* Fixed bug in previous release which caused errors if the `max_age`
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.11"
+__version__ = "0.19.12"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments