diff --git a/CHANGES.md b/CHANGES.md
index a1f918986f8f212c8a63ac7a758bea747278ff8f..c8da19676cb971c051ba53ccf435c4ae19ab93f6 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 a7469e9242d643e5454dc6603d5617ff48ecce7b..0000000000000000000000000000000000000000
--- 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 a9dbe3470509d0aafc447f1362b45c82e8600193..b1635bc39299c476e9cdf806f641f4e687460dc0 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 f77c02ca27e68464363d5decbdb1e09be6966891..74a473bd34c6b33b807aaef0103b87237a4dd026 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"