Skip to content

Commit 73a3838

Browse files
committed
Merge branch 'master' into develop
2 parents 4a803e8 + d1139eb commit 73a3838

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Synapse 1.132.0 (2025-06-17)
2+
3+
### Improved Documentation
4+
5+
- Improvements to generate config documentation from JSON Schema file. ([\#18522](https://github.com/element-hq/synapse/issues/18522))
6+
7+
8+
9+
110
# Synapse 1.132.0rc1 (2025-06-10)
211

312
### Features

changelog.d/18522.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.132.0) stable; urgency=medium
2+
3+
* New Synapse release 1.132.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 17 Jun 2025 13:16:20 +0100
6+
17
matrix-synapse-py3 (1.132.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.132.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust"
101101

102102
[tool.poetry]
103103
name = "matrix-synapse"
104-
version = "1.132.0rc1"
104+
version = "1.132.0"
105105
description = "Homeserver for the Matrix decentralised comms protocol"
106106
authors = ["Matrix.org Team and Contributors <[email protected]>"]
107107
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)