diff --git a/CHANGES.md b/CHANGES.md
index cb67babbac69955a7a278e33b2c24fbf8988ac14..59799ad3947cf4100da066f587e30fc2ddc68076 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
+# Synapse 1.102.0 (2024-03-05)
+
+### Internal Changes
+
+- Revert https://github.com/element-hq/synapse/pull/16756, which caused incorrect notification counts on mobile clients since v1.100.0. ([\#16979](https://github.com/element-hq/synapse/issues/16979))
+
+
 # Synapse 1.102.0rc1 (2024-02-20)
 
 ### Features
diff --git a/changelog.d/16979.misc b/changelog.d/16979.misc
deleted file mode 100644
index a8c3b33ab2e8fb9c77a417403e72eb7f1f64436f..0000000000000000000000000000000000000000
--- a/changelog.d/16979.misc
+++ /dev/null
@@ -1 +0,0 @@
-Revert https://github.com/element-hq/synapse/pull/16756, which caused incorrect notification counts on mobile clients.
diff --git a/debian/changelog b/debian/changelog
index a2170c1220cbaf9c8d0300e2cade41ec5e2eaa43..df0ab0dcd8120640a262befe1d47c82a5969dd06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.102.0) stable; urgency=medium
+
+  * New Synapse release 1.102.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 05 Mar 2024 14:47:03 +0000
+
 matrix-synapse-py3 (1.102.0~rc1) stable; urgency=medium
 
   * New Synapse release 1.102.0rc1.
diff --git a/pyproject.toml b/pyproject.toml
index e1ffb9ffef79ff068c1a698e50f2321e874eac3a..fe51b46b7515dc3fd7de7dcacb295d3f8761e71e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.102.0rc1"
+version = "1.102.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"