Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7a25b43

Browse files
committed
1.65.0rc2
1 parent 12abd72 commit 7a25b43

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.65.0rc2 (2022-08-11)
2+
==============================
3+
4+
Internal Changes
5+
----------------
6+
7+
- Revert 'Remove the unspecced `room_id` field in the `/hierarchy` response. ([\#13365](https://github.com/matrix-org/synapse/issues/13365))' to give more time for clients to update. ([\#13501](https://github.com/matrix-org/synapse/issues/13501))
8+
9+
110
Synapse 1.65.0rc1 (2022-08-09)
211
==============================
312

changelog.d/13501.misc

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.65.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.65.0rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 11 Aug 2022 11:38:18 +0100
6+
17
matrix-synapse-py3 (1.65.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.65.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ skip_gitignore = true
5454

5555
[tool.poetry]
5656
name = "matrix-synapse"
57-
version = "1.65.0rc1"
57+
version = "1.65.0rc2"
5858
description = "Homeserver for the Matrix decentralised comms protocol"
5959
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6060
license = "Apache-2.0"

0 commit comments

Comments
 (0)