Skip to content

Commit

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

* *(crypto, bridge)* Added options to automatically ratchet/delete megolm
sessions to minimize access to old messages.

## v0.19.9 (2023-04-12)

* *(crypto)* Fixed bug in crypto store migration when using outbound sessions
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.9"
__version__ = "0.19.10"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit e44579b

Please sign in to comment.