Skip to content

Commit 92abe92

Browse files
committed
Bump version to 0.18.1
1 parent ae7d8db commit 92abe92

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.18.1 (2022-09-15)
2+
3+
* *(crypto)* Fixed error sharing megolm session if a single recipient device
4+
has ran out of one-time keys.
5+
16
## v0.18.0 (2022-09-15)
27

38
* **Breaking change *(util.async_db)*** Added checks to prevent calling

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.18.0"
1+
__version__ = "0.18.1"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)