From b1918e9c30291fcc9bc153977c0a046196b184d8 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Wed, 21 Feb 2024 16:33:53 +0000 Subject: [PATCH] v4.6.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7475773..320973bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # UNRELEASED +# matrix-sdk-crypto-wasm v4.6.0 + +- Update dependencies, including matrix-rust-sdk to + dcf00697539321cf4eac5cd4929d45347b947da7 + Use the new export_room_keys_stream method to reduce one copy of the keys + made during export. + # matrix-sdk-crypto-wasm v4.5.0 - Update dependencies, including matrix-rust-sdk to diff --git a/package.json b/package.json index c38de4dcf..657c3f3c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrix-org/matrix-sdk-crypto-wasm", - "version": "4.5.0", + "version": "4.6.0", "homepage": "https://github.com/matrix-org/matrix-rust-sdk-wasm", "description": "WebAssembly bindings of the matrix-sdk-crypto encryption library", "license": "Apache-2.0",