diff --git a/crates/matrix-sdk-sqlite/CHANGELOG.md b/crates/matrix-sdk-sqlite/CHANGELOG.md index 85e608f40..7331ab3c5 100644 --- a/crates/matrix-sdk-sqlite/CHANGELOG.md +++ b/crates/matrix-sdk-sqlite/CHANGELOG.md @@ -12,6 +12,9 @@ No notable changes in this release. ## [0.13.0] - 2025-07-10 +### Refactor +- Change the logic for opening a store so as to use a `key` instead of a `passphrase` + ### Security Fixes - Fix SQL injection vulnerability in `find_event_relations()`.