diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb78bf..3badaf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1459,3 +1459,8 @@ * Link [upstream Twisted bug](https://github.com/twisted/twisted/issues/12498) tracking the problem that explains why we have to use a `Producer` to write bytes to the request. ([\#18855](https://github.com/element-hq/synapse/issues/18855)) * Introduce `EventPersistencePair` type. ([\#18857](https://github.com/element-hq/synapse/issues/18857)) +[1.119.1] +* Update synapse to 1.138.2 +* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.138.2) +* Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin. This change was applied on top of 1.138.1. ([#​18962](https://github.com/element-hq/synapse/issues/18962)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index b78e93f..2603e71 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.119.0", + "version": "1.119.1", "upstreamVersion": "1.138.2", "healthCheckPath": "/", "httpPort": 8008,