Bump version

This commit is contained in:
Johannes Zellner
2023-07-18 17:59:12 +02:00
parent d1867c7ba6
commit a3584e777e
3 changed files with 11 additions and 3 deletions

View File

@@ -998,3 +998,11 @@
* Add workaround for broken thumbnailing
* Update s3 storage provider
[1.71.0]
* Update Synapse to 1.88.0
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.88.0)
* Add not_user_type param to the list accounts admin API. (#15844)
* Pin pydantic to ^=1.7.4 to avoid backwards-incompatible API changes from the 2.0.0 release.
* Contributed by @PaarthShah. (#15862)
* Correctly resize thumbnails with pillow version >=10. (#15876)