From 746c5db7cba635f58b478b0138554ac5db1881d1 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 8 Jan 2024 12:35:24 +0000 Subject: [PATCH] v3.6.0 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a6a45d8..9e6101f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# UNRELEASED +# matrix-sdk-crypto-wasm v3.6.0 - Add a `Migration` class, supporting importing account and session data from libolm. @@ -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. diff --git a/package.json b/package.json index 7b4608da8..e68589c92 100644 --- a/package.json +++ b/package.json @@ -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",