Update package version to 1.108.1

This commit is contained in:
Package Updates
2025-03-27 09:14:49 +00:00
parent 3efa89f92b
commit f2efa0ace4
2 changed files with 6 additions and 1 deletions

View File

@@ -1381,3 +1381,8 @@
* Fix detection of workflow failures in the release script. (#18211) * Fix detection of workflow failures in the release script. (#18211)
* Add caching support to media endpoints. (#18235) * Add caching support to media endpoints. (#18235)
[1.108.1]
* Update synapse to 1.127.1
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.127.1)
* Fix CVE-2025-30355 / GHSA-v56r-hwv5-mxg6. High severity vulnerability affecting federation. The vulnerability has been exploited in the wild.

View File

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