From e00a1f76b562fcce7ac3332479b33b964be523d0 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Thu, 30 Oct 2025 08:36:07 +0000 Subject: [PATCH] Update package version to 1.122.0 --- CHANGELOG.md | 4 ++++ CloudronManifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a83ba17..0649bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1490,3 +1490,7 @@ * Add experimental implementation of the GET /_matrix/client/v1/rtc/transports endpoint for the latest draft of MSC4143: MatrixRTC. (#18967) * Expose a defer_to_threadpool function in the Synapse Module API that allows modules to run a function on a separate thread in a custom threadpool. (#19032) +[1.122.0] +* Update synapse to 1.141.0 +* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.141.0) + diff --git a/CloudronManifest.json b/CloudronManifest.json index d765fbf..88c86c7 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.121.0", + "version": "1.122.0", "upstreamVersion": "1.141.0", "healthCheckPath": "/", "httpPort": 8008,