diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-07 10:51:17 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-06-07 10:51:17 +0100 |
commit | 7acf7f2f8df9726c961b392f21ee7a92d062fb39 (patch) | |
tree | 21ac937093b585fdc0baf2569dfa066a4e5db782 /CHANGES.md | |
parent | Fix schema delta error in 1.85 (#15738) (diff) | |
download | synapse-7acf7f2f8df9726c961b392f21ee7a92d062fb39.tar.xz |
1.85.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index ea13b554ba..81bf3cc110 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.85.1 (2023-06-07) +=========================== + +Bugfixes +-------- + +- Fix bug in schema delta that broke upgrades for some deployments. Introduced in v1.85.0. ([\#15738](https://github.com/matrix-org/synapse/issues/15738)) + + Synapse 1.85.0 (2023-06-06) =========================== |