Skip to content

Commit aa8d1c8

Browse files
committed
Bump version to 0.19.12
1 parent 1bf4635 commit aa8d1c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.19.12 (2023-04-18)
2+
3+
* *(bridge)* Fixed backwards-compatibility with new key deletion config options.
4+
15
## v0.19.11 (2023-04-14)
26

37
* *(crypto)* Fixed bug in previous release which caused errors if the `max_age`

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

0 commit comments

Comments
 (0)