diff --git a/crates/ruma-federation-api/CHANGELOG.md b/crates/ruma-federation-api/CHANGELOG.md index 5e729e7a..e1f2287a 100644 --- a/crates/ruma-federation-api/CHANGELOG.md +++ b/crates/ruma-federation-api/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.3.0 + Breaking changes: * Upgrade dependencies diff --git a/crates/ruma-federation-api/Cargo.toml b/crates/ruma-federation-api/Cargo.toml index e9618719..1319d5a5 100644 --- a/crates/ruma-federation-api/Cargo.toml +++ b/crates/ruma-federation-api/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" name = "ruma-federation-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.2.0" +version = "0.3.0" [package.metadata.docs.rs] all-features = true diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 462a4f6b..94759228 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -131,7 +131,7 @@ ruma-state-res = { version = "0.2.0", path = "../ruma-state-res", optional = tru ruma-api = { version = "0.18.1", path = "../ruma-api", optional = true } ruma-appservice-api = { version = "0.3.0", path = "../ruma-appservice-api", optional = true } ruma-client-api = { version = "0.12.0", path = "../ruma-client-api", optional = true } -ruma-federation-api = { version = "0.2.0", path = "../ruma-federation-api", optional = true } +ruma-federation-api = { version = "0.3.0", path = "../ruma-federation-api", optional = true } ruma-identity-service-api = { version = "0.2.0", path = "../ruma-identity-service-api", optional = true } ruma-push-gateway-api = { version = "0.2.0", path = "../ruma-push-gateway-api", optional = true }