Update package version to 1.100.0

This commit is contained in:
Package Updates
2024-11-27 11:04:27 +00:00
parent e475e1ec34
commit e81041a604
2 changed files with 6 additions and 1 deletions

View File

@@ -1316,3 +1316,8 @@
* Add an index to `current_state_delta_stream` table. ([#​17912](https://github.com/element-hq/synapse/issues/17912))
* Fix building and attaching release artifacts during the release process. ([#​17921](https://github.com/element-hq/synapse/issues/17921))
[1.100.0]
* Update synapse to 1.120.0
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.118.0)
* Fix a bug introduced in Synapse v1.120rc1 which would cause the newly-introduced `delete_old_otks` job to fail in worker-mode deployments. ([#​17960](https://github.com/element-hq/synapse/issues/17960))

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "Secure & decentralized communication",
"version": "1.99.0",
"version": "1.100.0",
"upstreamVersion": "1.120.0",
"healthCheckPath": "/",
"httpPort": 8008,