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,