From 955d0cf70d4ff2a2a754619eb9223cfd5be1e6b5 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 31 Aug 2026 17:25:54 -0500 Subject: [PATCH] 1.160.0rc2 --- CHANGES.md | 8 ++++++++ changelog.d/20147.bugfix | 1 - debian/changelog | 6 ++++++ pyproject.toml | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/20147.bugfix diff --git a/CHANGES.md b/CHANGES.md index 670a61782e..d6d9b22f2f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +# Synapse 1.160.0rc2 (2026-08-31) + +## Bugfixes + +- Fix sending custom profile field removals to legacy sync clients when the field is deleted using the profile field delete endpoint. ([\#20147](https://github.com/element-hq/synapse/issues/20147)) + + + # Synapse 1.160.0rc1 (2026-08-25) ## Features diff --git a/changelog.d/20147.bugfix b/changelog.d/20147.bugfix deleted file mode 100644 index 74768dc63e..0000000000 --- a/changelog.d/20147.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix sending custom profile field removals to legacy sync clients when the field is deleted using the profile field delete endpoint. \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index a0325ac3bc..63c2d5fcad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.160.0~rc2) stable; urgency=medium + + * New synapse release 1.160.0rc2. + + -- Synapse Packaging team Mon, 31 Aug 2026 22:25:15 +0000 + matrix-synapse-py3 (1.160.0~rc1) stable; urgency=medium * New synapse release 1.160.0rc1. diff --git a/pyproject.toml b/pyproject.toml index 751b2805a5..69a493ee09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "matrix-synapse" -version = "1.160.0rc1" +version = "1.160.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" readme = "README.rst" authors = [