diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b91b2e..08e2c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1397,3 +1397,9 @@ * Update synapse to 1.129.0 * [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.129.0) +[1.111.0] +* Update synapse to 1.130.0 +* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.130.0) +* Fix startup being blocked on creating a new index that was introduced in v1.130.0rc1. ([#​18439](https://github.com/element-hq/synapse/issues/18439)) +* Fix the ordering of local messages in rooms that were affected by [GHSA-v56r-hwv5-mxg6](https://github.com/advisories/GHSA-v56r-hwv5-mxg6). ([#​18447](https://github.com/element-hq/synapse/issues/18447)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 1fac036..e4b8837 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Secure & decentralized communication", - "version": "1.110.0", + "version": "1.111.0", "upstreamVersion": "1.130.0", "healthCheckPath": "/", "httpPort": 8008,