diff --git a/CHANGELOG.md b/CHANGELOG.md index 4803f6bd9..0a43c1a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# UNRELEASED +# matrix-sdk-crypto-wasm v2.0.1 - Improve logging output to include more information, including data that is attached to tracing spans. Remove the `tracing` feature: tracing support is diff --git a/package.json b/package.json index 444c7f3f2..6bd71f8b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrix-org/matrix-sdk-crypto-wasm", - "version": "2.0.0", + "version": "2.0.1", "homepage": "https://github.com/matrix-org/matrix-rust-sdk-wasm", "description": "WebAssembly bindings of the matrix-sdk-crypto encryption library", "license": "Apache-2.0",