From e5df109acc07c3ae7c0bb506144774e4d525ef00 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 28 May 2024 18:20:29 +0200 Subject: [PATCH] Version 1.93.0 --- CHANGELOG.md | 4 ++++ CloudronManifest.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462c6aa..c7e989b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1234,3 +1234,7 @@ * Make the CSAPI endpoint /keys/device_signing/upload idempotent. (#16943) * Redact membership events if the user requested erasure upon deactivating. (#17076) +[1.93.0] +* Update Synapse to 1.107.0 +* [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.107.0) +* diff --git a/CloudronManifest.json b/CloudronManifest.json index f6fd7ea..5228fef 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Secure & decentralized communication", - "version": "1.92.0", - "upstreamVersion": "1.106.0", + "version": "1.93.0", + "upstreamVersion": "1.107.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,