Bump version

This commit is contained in:
Johannes Zellner
2022-09-13 15:35:28 +02:00
parent 2c407c2f3c
commit 6f78e44bf2
5 changed files with 18 additions and 11 deletions

View File

@@ -675,3 +675,10 @@
* Update Synapse to 1.66.0
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.66.0)
[1.50.0]
* Update Synapse to 1.67.0
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.67.0)
* Support setting the registration shared secret in a file, via a new `registration_shared_secret_path` configuration option.
* Change the default startup behaviour so that any missing "additional" configuration files (signing key, etc) are generated automatically.
* Improve performance of sending messages in rooms with thousands of local users.