From 571ca0c004a1a93ec4e04bf5d0b8a6f5a705762c Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 5 Mar 2024 14:47:35 +0000 Subject: [PATCH] 1.102.0 --- CHANGES.md | 7 +++++++ changelog.d/16979.misc | 1 - debian/changelog | 6 ++++++ pyproject.toml | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/16979.misc diff --git a/CHANGES.md b/CHANGES.md index cb67babba..59799ad39 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 a8c3b33ab..000000000 --- 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 a2170c122..df0ab0dcd 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 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 e1ffb9ffe..fe51b46b7 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 "] license = "AGPL-3.0-or-later"