Update package version to 1.117.0

This commit is contained in:
Package Updates
2025-08-13 08:46:22 +00:00
parent ea566f6926
commit 5ad24b1a88
2 changed files with 6 additions and 1 deletions

View File

@@ -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))

View File

@@ -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,