From b10f3f595922e5d21da46f5501a121a85bd67ee4 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 23 Sep 2025 15:31:49 +0100 Subject: [PATCH] 1.139.0rc2 --- CHANGES.md | 9 +++++++++ changelog.d/18962.misc | 1 - debian/changelog | 6 ++++++ pyproject.toml | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/18962.misc diff --git a/CHANGES.md b/CHANGES.md index 26cb661742..5936e777ed 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +# Synapse 1.139.0rc2 (2025-09-23) + +## Internal Changes + +- Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin. ([\#18962](https://github.com/element-hq/synapse/issues/18962)) + + + + # Synapse 1.139.0rc1 (2025-09-23) ## Features diff --git a/changelog.d/18962.misc b/changelog.d/18962.misc deleted file mode 100644 index 22f762a37f..0000000000 --- a/changelog.d/18962.misc +++ /dev/null @@ -1 +0,0 @@ -Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin. \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index f047143923..c378473551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.139.0~rc2) stable; urgency=medium + + * New Synapse release 1.139.0rc2. + + -- Synapse Packaging team Tue, 23 Sep 2025 15:31:42 +0100 + matrix-synapse-py3 (1.139.0~rc1) stable; urgency=medium * New Synapse release 1.139.0rc1. diff --git a/pyproject.toml b/pyproject.toml index 68824812ba..846bf78e08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.139.0rc1" +version = "1.139.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors "] license = "AGPL-3.0-or-later"