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

Commit 706b6a1

Browse files
author
David Robertson
committed
1.72.0
1 parent a651479 commit 706b6a1

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.72.0 (2022-11-22)
2+
===========================
3+
4+
Bugfixes
5+
--------
6+
7+
- Update forgotten references to legacy metrics in the included Grafana dashboard. ([\#14477](https://github.com/matrix-org/synapse/issues/14477))
8+
9+
110
Synapse 1.72.0rc1 (2022-11-16)
211
==============================
312

changelog.d/14477.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.72.0) stable; urgency=medium
2+
3+
* New Synapse release 1.72.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 22 Nov 2022 10:57:30 +0000
6+
17
matrix-synapse-py3 (1.72.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.72.0rc1.

pyproject.toml

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

5858
[tool.poetry]
5959
name = "matrix-synapse"
60-
version = "1.72.0rc1"
60+
version = "1.72.0"
6161
description = "Homeserver for the Matrix decentralised comms protocol"
6262
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6363
license = "Apache-2.0"

0 commit comments

Comments
 (0)