Skip to content

Commit b3f07f4

Browse files
committed
chore: Release matrix-sdk version 0.11.1
1 parent 5698074 commit b3f07f4

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ zeroize = "1.8.1"
104104
matrix-sdk = { path = "crates/matrix-sdk", version = "0.11.0", default-features = false }
105105
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.11.0" }
106106
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.11.0" }
107-
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.11.0" }
107+
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.11.1" }
108108
matrix-sdk-ffi-macros = { path = "bindings/matrix-sdk-ffi-macros", version = "0.7.0" }
109109
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.11.0", default-features = false }
110110
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.11.0" }

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.11.1] - 2025-06-10
10+
911
### Security Fixes
1012
- Check the sender of an event matches owner of session, preventing sender
1113
spoofing by homeserver owners.

crates/matrix-sdk-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "matrix-sdk-crypto"
99
readme = "README.md"
1010
repository = "https://github.com/matrix-org/matrix-rust-sdk"
1111
rust-version = { workspace = true }
12-
version = "0.11.0"
12+
version = "0.11.1"
1313

1414
[package.metadata.docs.rs]
1515
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)