From 250d7f84dcccbffadad965ac89047253c3009370 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 1 Feb 2023 14:17:10 +0100 Subject: [PATCH] Release ruma-state-res 0.9.0 --- Cargo.toml | 2 +- crates/ruma-state-res/CHANGELOG.md | 2 ++ crates/ruma-state-res/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5fbcf860..6fc2a51b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ ruma-identity-service-api = { version = "0.7.0", path = "crates/ruma-identity-se ruma-macros = { version = "=0.11.0", path = "crates/ruma-macros" } ruma-push-gateway-api = { version = "0.7.0", path = "crates/ruma-push-gateway-api" } ruma-signatures = { version = "0.13.0", path = "crates/ruma-signatures" } -ruma-state-res = { version = "0.8.0", path = "crates/ruma-state-res" } +ruma-state-res = { version = "0.9.0", path = "crates/ruma-state-res" } serde = { version = "1.0.147", features = ["derive"] } serde_html_form = "0.2.0" serde_json = "1.0.87" diff --git a/crates/ruma-state-res/CHANGELOG.md b/crates/ruma-state-res/CHANGELOG.md index 9ca1c14d..d68036ad 100644 --- a/crates/ruma-state-res/CHANGELOG.md +++ b/crates/ruma-state-res/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.9.0 + Bug fixes: * Fix third party invite event authorization. The event was not allowed even diff --git a/crates/ruma-state-res/Cargo.toml b/crates/ruma-state-res/Cargo.toml index 502bd37d..dec42005 100644 --- a/crates/ruma-state-res/Cargo.toml +++ b/crates/ruma-state-res/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://www.ruma.io/" repository = "https://github.com/ruma/ruma" readme = "README.md" license = "MIT" -version = "0.8.0" +version = "0.9.0" edition = "2021" rust-version = "1.64"