From 5703b98d6feeda9792c3f46c5901103aa4d44bdd Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 30 Aug 2021 23:05:59 -0700 Subject: [PATCH] Version 1.30.1 --- CHANGELOG | 6 ++++++ CloudronManifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f48cd06..2e26529 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -464,3 +464,9 @@ [1.30.0] * Update Synapse to 1.41.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.41.0) + +[1.30.1] +* Send logs to the console +* Fix postinstall message about federation + + diff --git a/CloudronManifest.json b/CloudronManifest.json index 769bd45..bc13ec8 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.30.0", + "version": "1.30.1", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,