This commit is contained in:
Andrew Morgan
2025-09-30 11:58:59 +01:00
parent e2ec3b7d0d
commit 72020f3f2c
3 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
# Synapse 1.139.0 (2025-09-30)
No significant changes since 1.139.0rc3.
# Synapse 1.139.0rc3 (2025-09-25) # Synapse 1.139.0rc3 (2025-09-25)
## Bugfixes ## Bugfixes

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.139.0) stable; urgency=medium
* New Synapse release 1.139.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 30 Sep 2025 11:58:55 +0100
matrix-synapse-py3 (1.139.0~rc3) stable; urgency=medium matrix-synapse-py3 (1.139.0~rc3) stable; urgency=medium
* New Synapse release 1.139.0rc3. * New Synapse release 1.139.0rc3.

View File

@@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry] [tool.poetry]
name = "matrix-synapse" name = "matrix-synapse"
version = "1.139.0rc3" version = "1.139.0"
description = "Homeserver for the Matrix decentralised comms protocol" description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"