From 55fb3bde18f6fdc561c0db9af2c1805440133c91 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 18 Jun 2024 14:34:17 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ CloudronManifest.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba07e6..30cfb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1247,3 +1247,7 @@ * Add support for optional whitespace around the Federation API's Authorization header's parameter commas. (#17145) * Fix bug where disabling room publication prevented public rooms being created on workers. (#17177, #17184) +[1.95.0] +* Update Synapse to 1.109.0 +* [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.109.0) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 83b859f..3b282a8 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.94.0", - "upstreamVersion": "1.108.0", + "version": "1.95.0", + "upstreamVersion": "1.109.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,