David Robertson 1 year ago
parent
commit
706b6a1ebb
4 changed files with 16 additions and 2 deletions
  1. 9 0
      CHANGES.md
  2. 0 1
      changelog.d/14477.bugfix
  3. 6 0
      debian/changelog
  4. 1 1
      pyproject.toml

+ 9 - 0
CHANGES.md

@@ -1,3 +1,12 @@
+Synapse 1.72.0 (2022-11-22)
+===========================
+
+Bugfixes
+--------
+
+- Update forgotten references to legacy metrics in the included Grafana dashboard. ([\#14477](https://github.com/matrix-org/synapse/issues/14477))
+
+
 Synapse 1.72.0rc1 (2022-11-16)
 ==============================
 

+ 0 - 1
changelog.d/14477.bugfix

@@ -1 +0,0 @@
-Update forgotten references to legacy metrics in the included Grafana dashboard.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.72.0) stable; urgency=medium
+
+  * New Synapse release 1.72.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 22 Nov 2022 10:57:30 +0000
+
 matrix-synapse-py3 (1.72.0~rc1) stable; urgency=medium
 
   * New Synapse release 1.72.0rc1.

+ 1 - 1
pyproject.toml

@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.72.0rc1"
+version = "1.72.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"