diff --git a/CHANGELOG.md b/CHANGELOG.md index 20dc07e..9ec9cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -833,3 +833,8 @@ * Faster joins: allow non-lazy-loading ("eager") syncs to complete after a partial join by omitting partial state rooms until they become fully stated. (#14870) * Faster joins: request partial joins by default. Admins can opt-out of this for the time being---see the upgrade notes. (#14905) +[1.60.0] +* Update Synapse to 1.77.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.77.0) +* Fix bug where retried replication requests would return a failure. Introduced in v1.76.0. ([\#15024](https://github.com/matrix-org/synapse/issues/15024)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 8596fe3..84f4479 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.59.0", - "upstreamVersion": "1.76.0", + "version": "1.60.0", + "upstreamVersion": "1.77.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/Dockerfile b/Dockerfile index 1d6d3ee..393bce3 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.76.0 +ARG VERSION=v1.77.0 ARG STORAGE_PROVIDER_VERSION=fa27fa1a92bcbeb42b10399641348bee0ddf2c72 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md)