chore: Prepare the matrix-sdk-crypto release 0.7.2

This commit is contained in:
Damir Jelić
2024-07-18 16:25:38 +02:00
parent 8efdba6136
commit 1157067dba
3 changed files with 8 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -3086,7 +3086,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-crypto"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"aes",
"anyhow",

View File

@@ -1,3 +1,9 @@
# 0.7.2
### Security Fixes
- Fix UserIdentity::is_verified to take into account our own identity
[#d8d9dae](https://github.com/matrix-org/matrix-rust-sdk/commit/d8d9dae9d77bee48a2591b9aad9bd2fa466354cc) (Moderate, [GHSA-4qg4-cvh2-crgg](https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-4qg4-cvh2-crgg)).
# 0.7.1
### Security Fixes

View File

@@ -9,7 +9,7 @@ name = "matrix-sdk-crypto"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = { workspace = true }
version = "0.7.1"
version = "0.7.2"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]