Skip to content

Commit e44579b

Browse files
committed
Bump version to 0.19.10
1 parent b5b8110 commit e44579b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.19.10 (2023-04-13)
2+
3+
* *(crypto, bridge)* Added options to automatically ratchet/delete megolm
4+
sessions to minimize access to old messages.
5+
16
## v0.19.9 (2023-04-12)
27

38
* *(crypto)* Fixed bug in crypto store migration when using outbound sessions

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.9"
1+
__version__ = "0.19.10"
22
__author__ = "Tulir Asokan <tulir@maunium.net>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)