diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc79a744..71492554f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # UNRELEASED +# matrix-sdk-crypto-wasm v4.8.0 + - Add `OlmMachine.dehydratedDevices()` and `DehydratedDevices` class to support dehydrated devices. ([#104](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/104)) diff --git a/package.json b/package.json index 1f46bac17..c13b06738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrix-org/matrix-sdk-crypto-wasm", - "version": "4.7.0", + "version": "4.8.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",