From e915c9837cdbff8297f83671b0c2e1bcbfeaf32f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 17 Aug 2022 06:54:06 +0200 Subject: [PATCH] Version 1.49.0 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 07e3bd8..e24edfc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -659,3 +659,12 @@ * Update Synapse to 1.64.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.64.0) +[1.49.0] +* Update Synapse to 1.65.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.65.0) +* Add support for stable prefixes for MSC2285 (private read receipts). (#13273) +* Add new unstable error codes ORG.MATRIX.MSC3848.ALREADY_JOINED, ORG.MATRIX.MSC3848.NOT_JOINED, and ORG.MATRIX.MSC3848.INSUFFICIENT_POWER described in MSC3848. (#13343) +* Use stable prefixes for MSC3827. (#13370) +* Add a new module API method to translate a room alias into a room ID. (#13428) +* Add a new module API method to create a room. (#13429) + diff --git a/CloudronManifest.json b/CloudronManifest.json index ca9e26b..d4c2244 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.48.0", - "upstreamVersion": "1.64.0", + "version": "1.49.0", + "upstreamVersion": "1.65.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,