chore: Release matrix-sdk version 0.11.1

This commit is contained in:
Damir Jelić
2025-06-10 12:16:33 +02:00
parent 56980745b4
commit b3f07f4587
4 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -2993,7 +2993,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-crypto"
version = "0.11.0"
version = "0.11.1"
dependencies = [
"aes",
"anyhow",

View File

@@ -104,7 +104,7 @@ zeroize = "1.8.1"
matrix-sdk = { path = "crates/matrix-sdk", version = "0.11.0", default-features = false }
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.11.0" }
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.11.0" }
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.11.0" }
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.11.1" }
matrix-sdk-ffi-macros = { path = "bindings/matrix-sdk-ffi-macros", version = "0.7.0" }
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.11.0", default-features = false }
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.11.0" }

View File

@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - ReleaseDate
## [0.11.1] - 2025-06-10
### Security Fixes
- Check the sender of an event matches owner of session, preventing sender
spoofing by homeserver owners.

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.11.0"
version = "0.11.1"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]