From 04072cb2f4a00e6e1b02e16389720a94aad71f0f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 13 Mar 2023 15:59:26 +0200 Subject: [PATCH] Bump version to 0.19.6 --- CHANGELOG.md | 7 +++++++ mautrix/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e0a13c..087ffefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.19.6 (2023-03-13) + +* *(crypto)* Added cache checks to prevent invalidating group session when the + server sends a duplicate member event in /sync. +* *(util.proxy)* Fixed `min_wait_seconds` behavior and added `max_wait_seconds` + and `multiply_wait_seconds` to `proxy_with_retry`. + ## v0.19.5 (2023-03-07) * *(util.proxy)* Added utility for dynamic proxies (from mautrix-instagram/facebook). diff --git a/mautrix/__init__.py b/mautrix/__init__.py index 2bf008d5..3fd06e98 100644 --- a/mautrix/__init__.py +++ b/mautrix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.5" +__version__ = "0.19.6" __author__ = "Tulir Asokan " __all__ = [ "api",