Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jan 25, 2024
1 parent 7447d2a commit f00d35a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# UNRELEASED

# matrix-sdk-crypto-wasm v4.1.0

- Add `Unknown` to `EncryptionAlgorithm`, representing unsupported algorithms
coming from matrix-sdk-crypto's `EventEncryptionAlgorithm`.
([#92](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/92))
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": "4.0.1",
"version": "4.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",
Expand Down

0 comments on commit f00d35a

Please sign in to comment.