diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-03-05 14:47:35 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-03-05 14:47:35 +0000 |
commit | 571ca0c004a1a93ec4e04bf5d0b8a6f5a705762c (patch) | |
tree | ad1243c32e7d46b0bb57ce99a15740dab9795ee8 | |
parent | Revert "Improve DB performance of calculating badge counts for push. (#16756)... (diff) | |
download | synapse-571ca0c004a1a93ec4e04bf5d0b8a6f5a705762c.tar.xz |
1.102.0
Diffstat (limited to '')
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | changelog.d/16979.misc | 1 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pyproject.toml | 2 |
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" |