diff --git a/CHANGELOG.md b/CHANGELOG.md index 053b468..ecad31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1438,3 +1438,11 @@ * [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.136.0) * Fix bug introduced in 1.135.2 and 1.136.0rc2 where the [Make Room Admin API](https://element-hq.github.io/synapse/latest/admin_api/rooms.html#make-room-admin-api) would not treat a room v12's creator power level as the highest in room. ([#​18805](https://github.com/element-hq/synapse/issues/18805)) +[1.118.0] +* Update synapse to 1.137.0 +* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.137.0) +* Fix a bug which could corrupt auth chains making it impossible to perform state resolution. (#18746) +* Fix error message in register_new_matrix_user utility script for empty registration_shared_secret. (#18780) +* Allow enabling MSC4108 when the stable Matrix Authentication Service integration is enabled. (#18832) +* Include IPv6 networks in denied-peer-ips of coturn setup. Contributed by @litetex. (#18781) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2bab9eb..e72f3f8 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.117.0", + "version": "1.118.0", "upstreamVersion": "1.137.0", "healthCheckPath": "/", "httpPort": 8008,