1.102.0
4 files changed, 14 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index cb67babbac..59799ad394 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 a8c3b33ab2..0000000000
--- 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 a2170c1220..df0ab0dcd8 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 e1ffb9ffef..fe51b46b75 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"
|