Skip to content

Commit

Permalink
Bump version to 0.19.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Apr 14, 2023
1 parent 1e464f8 commit 2f57efa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.19.11 (2023-04-14)

* *(crypto)* Fixed bug in previous release which caused errors if the `max_age`
of a megolm session was not known.
* *(crypto)* Changed key receiving handler to fetch encryption config from
server if it's not cached locally (to find `max_age` and `max_messages` more
reliably).

## v0.19.10 (2023-04-13)

* *(crypto, bridge)* Added options to automatically ratchet/delete megolm
Expand Down
2 changes: 1 addition & 1 deletion mautrix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.19.10"
__version__ = "0.19.11"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit 2f57efa

Please sign in to comment.