diff --git a/CHANGELOG.md b/CHANGELOG.md index f0859cb..053b468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1433,3 +1433,8 @@ * Add a parameter to `upgrade_rooms(..)` to allow auto join local users. ([#​82](https://github.com/element-hq/synapse/issues/82)) * Speed up upgrading a room with large numbers of banned users. ([#​18574](https://github.com/element-hq/synapse/issues/18574)) +[1.117.0] +* Update synapse to 1.136.0 +* [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)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index e54633e..ebf29df 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.116.1", + "version": "1.117.0", "upstreamVersion": "1.136.0", "healthCheckPath": "/", "httpPort": 8008,