diff --git a/CHANGELOG.md b/CHANGELOG.md index b35828b..0c32497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -959,3 +959,8 @@ * Improve performance of backfill requests by performing backfill of previously failed requests in the background. (#15585) * Add a new admin API to create a new device for a user. (#15611) +[1.68.1] +* Update Synapse to 1.85.1 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.85.1) +* Fix bug in schema delta that broke upgrades for some deployments. Introduced in v1.85.0. (#15738, #15739) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 74b0c0b..7c0c59a 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.68.0", - "upstreamVersion": "1.85.0", + "version": "1.68.1", + "upstreamVersion": "1.85.1", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,