summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md9
-rw-r--r--changelog.d/13321.doc1
-rw-r--r--debian/changelog5
-rw-r--r--pyproject.toml2
4 files changed, 13 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a1f918986f..c8da19676c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+Synapse 1.63.0 (2022-07-19)
+===========================
+
+Improved Documentation
+----------------------
+
+- Clarify that homeserver server names are included in the reported data when the `report_stats` config option is enabled. ([\#13321](https://github.com/matrix-org/synapse/issues/13321))
+
+
 Synapse 1.63.0rc1 (2022-07-12)
 ==============================
 
diff --git a/changelog.d/13321.doc b/changelog.d/13321.doc
deleted file mode 100644
index a7469e9242..0000000000
--- a/changelog.d/13321.doc
+++ /dev/null
@@ -1 +0,0 @@
-Clarify that homeserver server names are included in the reported data when the `report_stats` config option is enabled.
diff --git a/debian/changelog b/debian/changelog
index a9dbe34705..b1635bc392 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-matrix-synapse-py3 (1.63.0~rc1+nmu1) UNRELEASED; urgency=medium
+matrix-synapse-py3 (1.63.0) stable; urgency=medium
 
   * Clarify that homeserver server names are included in the data reported
     by opt-in server stats reporting (`report_stats` homeserver config option).
+  * New Synapse release 1.63.0.
 
- -- Synapse Packaging team <packages@matrix.org>  Tue, 19 Jul 2022 12:00:14 +0100
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 19 Jul 2022 14:42:24 +0200
 
 matrix-synapse-py3 (1.63.0~rc1) stable; urgency=medium
 
diff --git a/pyproject.toml b/pyproject.toml
index f77c02ca27..74a473bd34 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.63.0rc1"
+version = "1.63.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"