Skip to content

Commit

Permalink
Merge pull request #81 from matrix-org/release-v3.6.0
Browse files Browse the repository at this point in the history
v3.6.0
  • Loading branch information
richvdh authored Jan 8, 2024
2 parents c7f6dfd + 746c5db commit 5cbd6b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UNRELEASED
# matrix-sdk-crypto-wasm v3.6.0

- Add a `Migration` class, supporting importing account and session data from
libolm.
Expand All @@ -11,7 +11,7 @@

- Update `matrix-rust-sdk` version, with changes including:
- Fix for an issue which caused the same keys to be repeatedly backed up.
([matrix-rust-sdk#2937](https://github.com/matrix-org/matrix-rust-sdk/pull/2957)
([matrix-rust-sdk#2937](https://github.com/matrix-org/matrix-rust-sdk/pull/2957))
- Performance improvement in `markRequestAsSent`.
([matrix-rust-sdk#2977](https://github.com/matrix-org/matrix-rust-sdk/pull/2977))
- Logging for the open sequence for indexeddb store.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrix-org/matrix-sdk-crypto-wasm",
"version": "3.5.0",
"version": "3.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",
Expand Down

0 comments on commit 5cbd6b9

Please sign in to comment.