chore(crypto): Fixup version and changelog from patch release

This commit is contained in:
Valere
2024-05-24 16:03:03 +02:00
parent 1dc370942b
commit e99b67c281
3 changed files with 9 additions and 6 deletions

2
Cargo.lock generated
View File

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

View File

@@ -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:

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