From 43631d9042a34d3226498d19510b3e6b2ada7c90 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 16 Sep 2023 09:55:43 +0530 Subject: [PATCH] Version 1.76.1 --- CHANGELOG.md | 4 ++++ CloudronManifest.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b40ad..582eb50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1055,3 +1055,7 @@ * Revert MSC3861 introspection cache, admin impersonation and account lock. (#16258) * Fix incorrect docstring for Ratelimiter. (#16255) +[1.76.1] +* Update Synapse to 1.92.2 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.92.2) +* diff --git a/CloudronManifest.json b/CloudronManifest.json index b0ed82e..74d9dcc 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.76.0", - "upstreamVersion": "1.92.1", + "version": "1.76.1", + "upstreamVersion": "1.92.2", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,