From a29ec53ef8b19d7a00d7f1d5e7ae3f61cb9be0e7 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 12 Sep 2023 17:49:59 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8fe9b9..b2b40ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1049,3 +1049,9 @@ * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.91.2) * Revert MSC3861 introspection cache, admin impersonation and account lock. (#16258) +[1.76.0] +* Update Synapse to 1.92.1 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.92.0) +* Revert MSC3861 introspection cache, admin impersonation and account lock. (#16258) +* Fix incorrect docstring for Ratelimiter. (#16255) + diff --git a/CloudronManifest.json b/CloudronManifest.json index b73d98c..b0ed82e 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.75.2", - "upstreamVersion": "1.91.2", + "version": "1.76.0", + "upstreamVersion": "1.92.1", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/Dockerfile b/Dockerfile index 53b38a7..8480b98 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=1.91.2 +ARG VERSION=1.92.1 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=1beb6af95e1f5caedb8e6e7e1cc176cdb2106d37