From e99b67c2818853a8fdde4afef6598faeecc2b2e1 Mon Sep 17 00:00:00 2001 From: Valere Date: Fri, 24 May 2024 16:03:03 +0200 Subject: [PATCH] chore(crypto): Fixup version and changelog from patch release --- Cargo.lock | 2 +- crates/matrix-sdk-crypto/CHANGELOG.md | 11 +++++++---- crates/matrix-sdk-crypto/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eaddc9957..e935b9f52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3256,7 +3256,7 @@ dependencies = [ [[package]] name = "matrix-sdk-crypto" -version = "0.7.0" +version = "0.7.1" dependencies = [ "aes", "anyhow", diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index 4090d2c12..24d59af2e 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -1,9 +1,5 @@ # UNRELEASED -Security fixes: - -- Don't log the private part of the backup key, introduced in [#71136e4](https://github.com/matrix-org/matrix-rust-sdk/commit/71136e44c03c79f80d6d1a2446673bc4d53a2067). - Changes: - Sign the device keys with the user-identity (i.e. cross-signing keys) if @@ -100,6 +96,13 @@ Additions: - Include event timestamps on logs from event decryption. ([#3194](https://github.com/matrix-org/matrix-rust-sdk/pull/3194)) + +## 0.7.1 + +Security fixes: + +- Don't log the private part of the backup key, introduced in [#71136e4](https://github.com/matrix-org/matrix-rust-sdk/commit/71136e44c03c79f80d6d1a2446673bc4d53a2067). + # 0.7.0 - Add method to mark a list of inbound group sessions as backed up: diff --git a/crates/matrix-sdk-crypto/Cargo.toml b/crates/matrix-sdk-crypto/Cargo.toml index 123ebb1b9..e67f338cc 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.7.0" +version = "0.7.1" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"]