diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-11-17 07:52:54 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-11-17 07:52:54 -0500 |
commit | 6a1352e56486022614a6765669bd6be66aba5ead (patch) | |
tree | bec1c5ddf2e766712a782e9706d5a9998953dd0b /CHANGES.md | |
parent | 1.96.1 (diff) | |
download | synapse-6a1352e56486022614a6765669bd6be66aba5ead.tar.xz |
Move the forking note to 1.96.1.
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/CHANGES.md b/CHANGES.md index daa4501694..9e4e0dac90 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,5 @@ # Synapse 1.96.1 (2023-11-17) -This minor release was needed only because of CI-related trouble on [v1.96.0](https://github.com/matrix-org/synapse/releases/tag/v1.96.0), which was never released. - -### Internal Changes - -- Fix building of wheels in CI. ([\#16653](https://github.com/matrix-org/synapse/issues/16653)) - -# Synapse 1.96.0 (2023-11-16) - Synapse will soon be getting forked by Element under an AGPLv3.0 licence (with CLA, for proprietary dual licensing). You can read more about this here: @@ -17,6 +9,14 @@ CLA, for proprietary dual licensing). You can read more about this here: Any changes needed by server administrators will be communicated via our usual announcements channels, but we are striving to make this as seamless as possible. +This minor release was needed only because of CI-related trouble on [v1.96.0](https://github.com/matrix-org/synapse/releases/tag/v1.96.0), which was never released. + +### Internal Changes + +- Fix building of wheels in CI. ([\#16653](https://github.com/matrix-org/synapse/issues/16653)) + +# Synapse 1.96.0 (2023-11-16) + ### Bugfixes - Fix "'int' object is not iterable" error in `set_device_id_for_pushers` background update introduced in Synapse 1.95.0. ([\#16594](https://github.com/matrix-org/synapse/issues/16594)) |