From d1139ebfc11b13417aaf9acb289d7a0d0d93482b Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 17 Jun 2025 13:16:57 +0100 Subject: [PATCH] 1.132.0 --- CHANGES.md | 9 +++++++++ changelog.d/18522.doc | 1 - debian/changelog | 6 ++++++ pyproject.toml | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/18522.doc diff --git a/CHANGES.md b/CHANGES.md index c7d6c1f12..0c736bfd9 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 83c03190d..000000000 --- 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 e0d7ea20f..6afa33ad7 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 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 2359c7403..103cb3c75 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 "] license = "AGPL-3.0-or-later"