From b3f07f45875a375268220f78dee55132fc972704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 10 Jun 2025 12:16:33 +0200 Subject: [PATCH] chore: Release matrix-sdk version 0.11.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/matrix-sdk-crypto/CHANGELOG.md | 2 ++ crates/matrix-sdk-crypto/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c21dae6eb..e91906a33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2993,7 +2993,7 @@ dependencies = [ [[package]] name = "matrix-sdk-crypto" -version = "0.11.0" +version = "0.11.1" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ad6bbe0ae..d003d8d2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index aa58106f6..3d8b5880e 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -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. diff --git a/crates/matrix-sdk-crypto/Cargo.toml b/crates/matrix-sdk-crypto/Cargo.toml index 0969d5713..2969e864e 100644 --- a/crates/matrix-sdk-crypto/Cargo.toml +++ b/crates/matrix-sdk-crypto/Cargo.toml @@ -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"]