From 741995e17ada6c18c539059e132aec0861d942ec Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 7 Mar 2023 14:15:43 +0200 Subject: [PATCH] Bump version to 0.19.5 --- CHANGELOG.md | 10 ++++++++++ mautrix/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70304b94..f1e0a13c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.19.5 (2023-03-07) + +* *(util.proxy)* Added utility for dynamic proxies (from mautrix-instagram/facebook). +* *(types)* Added default value for `upload_size` in `MediaRepoConfig` as the + field is optional in the spec. +* *(bridge)* Changed ghost invite handling to only process one per room at a time + (thanks to [@maltee1] in [#132]). + +[#132]: https://github.com/mautrix/python/pull/132 + ## v0.19.4 (2023-02-12) * *(types)* Changed `set_thread_parent` to inherit the existing thread parent diff --git a/mautrix/__init__.py b/mautrix/__init__.py index 02a72acd..2bf008d5 100644 --- a/mautrix/__init__.py +++ b/mautrix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.4" +__version__ = "0.19.5" __author__ = "Tulir Asokan " __all__ = [ "api",