Skip to content

Commit a4921b2

Browse files
committed
1.85.2
1 parent 733342a commit a4921b2

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.85.2 (2023-06-08)
2+
===========================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix regression where using TLS for replication did not work. Introduced in v1.85.0. ([\#15746](https://github.com/matrix-org/synapse/issues/15746))
8+
9+
110
Synapse 1.85.1 (2023-06-07)
211
===========================
312

changelog.d/15746.bugfix

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.85.2) stable; urgency=medium
2+
3+
* New Synapse release 1.85.2.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 08 Jun 2023 13:04:18 +0100
6+
17
matrix-synapse-py3 (1.85.1) stable; urgency=medium
28

39
* New Synapse release 1.85.1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
8989

9090
[tool.poetry]
9191
name = "matrix-synapse"
92-
version = "1.85.1"
92+
version = "1.85.2"
9393
description = "Homeserver for the Matrix decentralised comms protocol"
9494
authors = ["Matrix.org Team and Contributors <[email protected]>"]
9595
license = "Apache-2.0"

0 commit comments

Comments
 (0)