From 208b5b689d0bd5a688acdc909fd3b9096146d7b3 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 29 Jun 2021 14:13:26 +0200 Subject: [PATCH] Bump version for 1.37.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 e2d7264..828e2cd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -437,3 +437,8 @@ [1.26.0] * Update Synapse to 1.36.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.36.0) + +[1.26.1] +* Update Synapse to 1.37.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.37.0) + diff --git a/CloudronManifest.json b/CloudronManifest.json index f1cc471..a78aa3f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.26.0", + "version": "1.26.1", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 9365350..6b889a7 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Synapse 1.36.0. +This app packages Synapse 1.37.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 7d792dc..a605e33 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.36.0 +ARG VERSION=v1.37.0 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews