From 213dcc79bf4daa5e0795124207eb4fb6b461d0cf Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 18 Sep 2023 17:05:10 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 ++++++- CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582eb50..b0b3c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1058,4 +1058,9 @@ [1.76.1] * Update Synapse to 1.92.2 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.92.2) -* + +[1.76.2] +* Update Synapse to 1.92.3 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.92.3) +* Pillow 10.0.1 is now mandatory because of libwebp CVE-2023-4863, since Pillow provides libwebp in the wheels. (#16347) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 74d9dcc..cfaf05e 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.76.1", - "upstreamVersion": "1.92.2", + "version": "1.76.2", + "upstreamVersion": "1.92.3", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/Dockerfile b/Dockerfile index faddde0..3a7300b 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.92.2 +ARG VERSION=1.92.3 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=1beb6af95e1f5caedb8e6e7e1cc176cdb2106d37