4 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c7d6c1f129..0c736bfd95 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+# Synapse 1.132.0 (2025-06-17)
+
+### Improved Documentation
+
+- Improvements to generate config documentation from JSON Schema file. ([\#18522](https://github.com/element-hq/synapse/issues/18522))
+
+
+
+
# Synapse 1.132.0rc1 (2025-06-10)
### Features
diff --git a/changelog.d/18522.doc b/changelog.d/18522.doc
deleted file mode 100644
index 83c03190dd..0000000000
--- a/changelog.d/18522.doc
+++ /dev/null
@@ -1 +0,0 @@
-Generate config documentation from JSON Schema file.
diff --git a/debian/changelog b/debian/changelog
index e0d7ea20fd..6afa33ad74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.132.0) stable; urgency=medium
+
+ * New Synapse release 1.132.0.
+
+ -- Synapse Packaging team <packages@matrix.org> Tue, 17 Jun 2025 13:16:20 +0100
+
matrix-synapse-py3 (1.132.0~rc1) stable; urgency=medium
* New Synapse release 1.132.0rc1.
diff --git a/pyproject.toml b/pyproject.toml
index 2359c74032..103cb3c758 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry]
name = "matrix-synapse"
-version = "1.132.0rc1"
+version = "1.132.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"
|