diff --git a/crates/matrix-sdk-base/Cargo.toml b/crates/matrix-sdk-base/Cargo.toml index abaff74c2d1..8fdd04cf036 100644 --- a/crates/matrix-sdk-base/Cargo.toml +++ b/crates/matrix-sdk-base/Cargo.toml @@ -9,7 +9,7 @@ name = "matrix-sdk-base" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" rust-version = "1.60" -version = "0.5.0" +version = "0.5.1" [package.metadata.docs.rs] all-features = true diff --git a/crates/matrix-sdk-base/Changelog.md b/crates/matrix-sdk-base/Changelog.md new file mode 100644 index 00000000000..f8e6777b982 --- /dev/null +++ b/crates/matrix-sdk-base/Changelog.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this crate will be documented in this file. + +## 0.5.1 + +### Bug Fixes +- #664: Fix regression with push rules being applied to the own user_id only instead of all but the own user_id + +## 0.5.0