diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c284c4..f2b037d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1372,3 +1372,12 @@ [1.107.0] * Update base image to 5.0.0 +[1.108.0] +* Update synapse to 1.127.0 +* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.127.0) +* Update MSC4140 implementation to no longer cancel a user's own delayed state events with an event type & state key that match a more recent state event sent by that user. (#17810) +* Fixed a minor typo in the Synapse documentation. Contributed by @karuto12. (#18224) +* Remove undocumented SYNAPSE_USE_FROZEN_DICTS environment variable. (#18123) +* Fix detection of workflow failures in the release script. (#18211) +* Add caching support to media endpoints. (#18235) + diff --git a/CloudronManifest.json b/CloudronManifest.json index affde88..88285ee 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.107.0", + "version": "1.108.0", "upstreamVersion": "1.127.0", "healthCheckPath": "/", "httpPort": 8008,