Skip to content

Commit 2f57efa

Browse files
committed
Bump version to 0.19.11
1 parent 1e464f8 commit 2f57efa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## v0.19.10 (2023-04-13)
210

311
* *(crypto, bridge)* Added options to automatically ratchet/delete megolm

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

0 commit comments

Comments
 (0)