diff --git a/crates/ruma/CHANGELOG.md b/crates/ruma/CHANGELOG.md index a5ccaac1..0f04201e 100644 --- a/crates/ruma/CHANGELOG.md +++ b/crates/ruma/CHANGELOG.md @@ -1,5 +1,16 @@ # [unreleased] +# 0.1.2 + +Improvements: + +* Bump version of `ruma-common` and `ruma-client-api`, switching the canonical + location of `ThirdPartyIdentifier` + (now `ruma::thirdparty::ThirdPartyIdentifier`) + + For backwards compatibility, it is still available at the old path in + `ruma::client::api::r0::contact::get_contacts` + # 0.1.1 Improvements: diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 0588b550..c95fde47 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://www.ruma.io/" repository = "https://github.com/ruma/ruma" readme = "README.md" license = "MIT" -version = "0.1.1" +version = "0.1.2" edition = "2018" [package.metadata.docs.rs]