From d8465a2c1e3cec2caddfb1bd09c501d43f6ecd66 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 1 Mar 2023 14:51:23 +0100 Subject: [PATCH] Add a very basic changelog to crates/matrix-sdk --- crates/matrix-sdk/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 crates/matrix-sdk/CHANGELOG.md diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md new file mode 100644 index 000000000..35c8a151f --- /dev/null +++ b/crates/matrix-sdk/CHANGELOG.md @@ -0,0 +1,7 @@ +# 0.6.2 + +- Fix the access token being printed in tracing span fields. + +# 0.6.1 + +- Fixes a bug where the access token used for Matrix requests was added as a field to a tracing span.