Skip to content

Commit 294df87

Browse files
committed
Merge branch 'release-v4.10.0'
2 parents de01238 + 82edf78 commit 294df87

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# UNRELEASED
22

3+
# matrix-sdk-crypto-wasm v4.10.0
4+
35
- Expose new constructor function `OlmMachine.openWithKey()`.
46
([#119](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/119))
57

@@ -14,6 +16,9 @@
1416
generate QR codes intended for the QR code login mechanism described in
1517
[MSC4108](https://github.com/matrix-org/matrix-spec-proposals/pull/4108).
1618

19+
- Add a constructor for the `Curve25519PublicKey` type. This allows us to
20+
create a `Curve25519PublicKey` from a Base64 string on the Javascript side.
21+
1722
- Update matrix-rust-sdk to `7a887766c`, which includes:
1823

1924
- Add data types to parse the QR code data for the QR code login defined in
@@ -23,9 +28,6 @@
2328

2429
- Expose new method `CryptoStore::clear_caches`. ([#3338](https://github.com/matrix-org/matrix-rust-sdk/pull/3338))
2530

26-
- Add a constructor for the `Curve25519PublicKey` type. This allows us to
27-
create a `Curve25519PublicKey` from a Base64 string on the Javascript side.
28-
2931
# matrix-sdk-crypto-wasm v4.9.0
3032

3133
- Update matrix-rust-sdk to `ab9e4f73b`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrix-org/matrix-sdk-crypto-wasm",
3-
"version": "4.9.0",
3+
"version": "4.10.0",
44
"homepage": "https://github.com/matrix-org/matrix-rust-sdk-wasm",
55
"description": "WebAssembly bindings of the matrix-sdk-crypto encryption library",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)