Skip to content

Commit

Permalink
Merge pull request #131 from matrix-org/release-v6.2.0
Browse files Browse the repository at this point in the history
Release v6.2.0
  • Loading branch information
richvdh authored Jul 3, 2024
2 parents d240127 + f9e6c7f commit 993edf1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# UNRELEASED

# matrix-sdk-crypto-wasm v6.2.0

- Update matrix-rust-sdk to `09d53a52a`, which includes:

- Improve the efficiency of objects stored in the crypto store. ([#3645](https://github.com/matrix-org/matrix-rust-sdk/pull/3645))

# 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.
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.1.0",
"version": "6.2.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 993edf1

Please sign in to comment.