3 files changed, 15 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5fcdde4846..be5c18c84b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,6 @@
-# Synapse 1.119.0rc2 (2024-11-11)
+# Synapse 1.119.0 (2024-11-13)
-Note that due to packaging issues there was no v1.119.0rc1.
+No significant changes since 1.119.0rc2.
### Python 3.8 support dropped
@@ -8,6 +8,12 @@ Python 3.8 is [end-of-life](https://devguide.python.org/versions/) and is no lon
If you are running Synapse with Python 3.8, please upgrade to Python 3.9 (or greater) before upgrading Synapse.
+
+# Synapse 1.119.0rc2 (2024-11-11)
+
+Note that due to packaging issues there was no v1.119.0rc1.
+
+
### Features
- Support [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151)'s stable report room API. ([\#17374](https://github.com/element-hq/synapse/issues/17374))
diff --git a/debian/changelog b/debian/changelog
index 10ca8fbb20..bacd453cb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.119.0) stable; urgency=medium
+
+ * New Synapse release 1.119.0.
+
+ -- Synapse Packaging team <packages@matrix.org> Wed, 13 Nov 2024 13:57:51 +0000
+
matrix-synapse-py3 (1.119.0~rc2) stable; urgency=medium
* New Synapse release 1.119.0rc2.
diff --git a/pyproject.toml b/pyproject.toml
index 5c34c19565..3688aececf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry]
name = "matrix-synapse"
-version = "1.119.0rc2"
+version = "1.119.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"
|