From 0c32ddde1fe4c200c0534720228948b92e6d761d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 6 Dec 2022 14:28:32 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 605c774..bec10fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -775,3 +775,7 @@ * Add an Admin API endpoint for user lookup based on third-party ID (3PID). Contributed by @ashfame. (#14405) * Faster joins: include heroes' membership events in the partial join response, for rooms without a name or canonical alias. (#14442) +[1.56.0] +* Update Synapse to 1.73.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.73.0) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 6d73715..388322b 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.55.0", - "upstreamVersion": "1.72.0", + "version": "1.56.0", + "upstreamVersion": "1.73.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/Dockerfile b/Dockerfile index d97fe59..fa0777f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN virtualenv -p python3 /app/code/env ENV VIRTUAL_ENV=/app/code/env ENV PATH="$VIRTUAL_ENV/bin:$PATH" -ARG VERSION=v1.72.0 +ARG VERSION=v1.73.0 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews