From fa8a45ed9ff0e0de6d90d67de0712b45106e589e Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 22 May 2020 17:59:12 +0200 Subject: [PATCH] Update changelog, bump version --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ce76e3..20208d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # [unreleased] +# 0.9.0 + Bug fixes: +* Fix (de)serialization for `r0::media::get_content_thumnail::Response` * Make `r0::device::get_devices::Response::devices` public * Change `r0::device::Device` fields according to the spec diff --git a/Cargo.toml b/Cargo.toml index 4b7827f8..d46bfa39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "ruma-client-api" readme = "README.md" repository = "https://github.com/ruma/ruma-client-api" -version = "0.8.0" +version = "0.9.0" edition = "2018" [dependencies]