From 2bb4e91dfd958989c3601ca5e0d81bb396d4c2ef Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 28 Oct 2020 14:11:29 +0000 Subject: [PATCH] Prepare changelog for v9.0.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c9bb7a0..bcb2c1c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Changes in [9.0.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v9.0.1) (2020-10-28) +================================================================================================ +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v9.0.0...v9.0.1) + + * [Release] Await key cache check to avoid prompts + [\#1530](https://github.com/matrix-org/matrix-js-sdk/pull/1530) + Changes in [9.0.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v9.0.0) (2020-10-26) ================================================================================================ [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v9.0.0-rc.1...v9.0.0)