From 82edf785125fb855fb4d150e32a083142f7335eb Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 22 May 2024 09:47:06 +0100 Subject: [PATCH] v4.10.0 --- CHANGELOG.md | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cbb9ffb4..cd40fce12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # UNRELEASED +# matrix-sdk-crypto-wasm v4.10.0 + - Expose new constructor function `OlmMachine.openWithKey()`. ([#119](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/119)) @@ -14,6 +16,9 @@ generate QR codes intended for the QR code login mechanism described in [MSC4108](https://github.com/matrix-org/matrix-spec-proposals/pull/4108). +- Add a constructor for the `Curve25519PublicKey` type. This allows us to + create a `Curve25519PublicKey` from a Base64 string on the Javascript side. + - Update matrix-rust-sdk to `7a887766c`, which includes: - Add data types to parse the QR code data for the QR code login defined in @@ -23,9 +28,6 @@ - Expose new method `CryptoStore::clear_caches`. ([#3338](https://github.com/matrix-org/matrix-rust-sdk/pull/3338)) -- Add a constructor for the `Curve25519PublicKey` type. This allows us to - create a `Curve25519PublicKey` from a Base64 string on the Javascript side. - # matrix-sdk-crypto-wasm v4.9.0 - Update matrix-rust-sdk to `ab9e4f73b`. diff --git a/package.json b/package.json index a6ee1511f..b3c031c51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrix-org/matrix-sdk-crypto-wasm", - "version": "4.9.0", + "version": "4.10.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",