From 80a151e7d37d9f610e2ef4ec6d2c4674513684e9 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 19 Jun 2024 19:14:54 +0100 Subject: [PATCH] v6.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae052b3e1..64d8b0705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # UNRELEASED +# matrix-sdk-crypto-wasm v6.1.0 + - Set "creation time" of `OlmAccount`s which were migrated from legacy libolm data to the unix epoch, instead of "now". Fixes https://github.com/element-hq/element-web/issues/27590. ([#128](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/128)) diff --git a/package.json b/package.json index 1c951d1ff..489346f9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrix-org/matrix-sdk-crypto-wasm", - "version": "6.0.0", + "version": "6.1.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",