From 605a809a324e09cd95fbf49a8f8d250757fc626f Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 29 Jul 2021 21:43:02 +0200 Subject: [PATCH] Bump version for 1.39.0 --- CHANGELOG | 5 +++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 75c5847..4ab428d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -452,3 +452,8 @@ [1.27.1] * Update Synapse to 1.38.1 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.38.1) + +[1.28.0] +* Update Synapse to 1.39.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.39.0) + diff --git a/CloudronManifest.json b/CloudronManifest.json index cff6b4c..2bdf909 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.27.1", + "version": "1.28.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index fe6a58b..0bebf52 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Synapse 1.38.1. +This app packages Synapse 1.39.0. **This package only provides the Matrix backend. A variety of clients are available [here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and diff --git a/Dockerfile b/Dockerfile index e5b9e66..48bd197 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.38.1 +ARG VERSION=v1.39.0 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews