From 92abe92b1dd6b9176dc15dce277432b5a8ac3b72 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 15 Sep 2022 21:52:29 +0300 Subject: [PATCH] Bump version to 0.18.1 --- CHANGELOG.md | 5 +++++ mautrix/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0350232..1bde0e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.18.1 (2022-09-15) + +* *(crypto)* Fixed error sharing megolm session if a single recipient device + has ran out of one-time keys. + ## v0.18.0 (2022-09-15) * **Breaking change *(util.async_db)*** Added checks to prevent calling diff --git a/mautrix/__init__.py b/mautrix/__init__.py index 81194a65..5923a918 100644 --- a/mautrix/__init__.py +++ b/mautrix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.18.0" +__version__ = "0.18.1" __author__ = "Tulir Asokan " __all__ = [ "api",