diff --git a/CHANGES.md b/CHANGES.md
index 50b4da5f61d9fe27c6b2bdaebf6c5bad05b1d041..1fb1ff9abc51778447d18c2ee7574e1ec1221018 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,13 @@
+Synapse 1.62.0rc3 (2022-07-04)
+==============================
+
+Bugfixes
+--------
+
+- Update the version of the [ldap3 plugin](https://github.com/matrix-org/matrix-synapse-ldap3/) includled in matrix.org docker images and debian packages to 0.2.1. This fixes [problems involving usernames that have uppercase characters](https://github.com/matrix-org/matrix-synapse-ldap3/pull/163). ([\#13156](https://github.com/matrix-org/synapse/issues/13156))
+- Fix unread counts for users on small servers. Introduced in v1.62.0rc1. ([\#13168](https://github.com/matrix-org/synapse/issues/13168))
+
+
 Synapse 1.62.0rc2 (2022-07-01)
 ==============================
 
diff --git a/changelog.d/13156.bugfix b/changelog.d/13156.bugfix
deleted file mode 100644
index c5ca487c2603f05ccd125e5a6ed7de78e4b715d6..0000000000000000000000000000000000000000
--- a/changelog.d/13156.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Update the version of the [ldap3 plugin](https://github.com/matrix-org/matrix-synapse-ldap3/) includled in matrix.org docker images and debian packages to 0.2.1. This fixes [problems involving usernames that have uppercase characters](https://github.com/matrix-org/matrix-synapse-ldap3/pull/163).
diff --git a/changelog.d/13168.bugfix b/changelog.d/13168.bugfix
deleted file mode 100644
index f462260c59430a2736165b7df9bad2f6f1f92754..0000000000000000000000000000000000000000
--- a/changelog.d/13168.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix unread counts for users on small servers. Introduced in v1.62.0rc1.
diff --git a/debian/changelog b/debian/changelog
index 295532196b10e2e2a0e2b29c33375f74dc158d23..c3a727800c6ba07a2efd1e3a18154a6f20cde90a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.62.0~rc3) stable; urgency=medium
+
+  * New Synapse release 1.62.0rc3.
+
+ -- Synapse Packaging team <packages@matrix.org>  Mon, 04 Jul 2022 16:07:01 +0100
+
 matrix-synapse-py3 (1.62.0~rc2) stable; urgency=medium
 
   * New Synapse release 1.62.0rc2.
diff --git a/pyproject.toml b/pyproject.toml
index 1abbf0f5e542b638301e4a0cac42d9e151fba3ee..b9f2ea432c9f617d9c96441a7ea88de388a6936e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.62.0rc2"
+version = "1.62.0rc3"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"