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.