From d1867c7ba6e5c398765def826c833ee0302efb6a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 7 Jul 2023 09:39:49 +0530 Subject: [PATCH] Version 1.70.1 --- CHANGELOG.md | 4 ++++ CloudronManifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78579bf..dc64053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -994,3 +994,7 @@ * Fix requesting multiple keys at once over federation, related to MSC3983. (#15770) * Fix joining rooms through aliases where the alias server isn't a real homeserver. Contributed by @tulir @ Beeper. (#15776) +[1.70.1] +* Add workaround for broken thumbnailing +* Update s3 storage provider + diff --git a/CloudronManifest.json b/CloudronManifest.json index d4c4de5..9c16091 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Secure & decentralized communication", - "version": "1.70.0", + "version": "1.70.1", "upstreamVersion": "1.87.0", "healthCheckPath": "/", "httpPort": 8008,