From 9ed6f56792d91f607d54eb26168d63e94a9cbed5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sat, 29 Oct 2022 07:08:31 +0200 Subject: [PATCH] Fix version in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9860944..ffc3581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -758,7 +758,7 @@ * Improve the validation of the following PUT endpoints: [`/directory/room/{roomAlias}`](https://spec.matrix.org/v1.4/client-server-api/#put_matrixclientv3directoryroomroomalias), [`/directory/list/room/{roomId}`](https://spec.matrix.org/v1.4/client-server-api/#put_matrixclientv3directorylistroomroomid) and [`/directory/list/appservice/{networkId}/{roomId}`](https://spec.matrix.org/v1.4/application-service-api/#put_matrixclientv3directorylistappservicenetworkidroomid). ([\#14179](https://github.com/matrix-org/synapse/issues/14179)) * Build and publish binary wheels for `aarch64` platforms. ([\#14212](https://github.com/matrix-org/synapse/issues/14212)) -[1.53.0] +[1.53.1] * Update Synapse to 1.70.1 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.70.1) * Fix a bug introduced in Synapse 1.70.0rc1 where the access tokens sent to application services as headers were malformed. Application services which were obtaining access tokens from query parameters were not affected. (#14301)