From fe92c2940a2db80509e9a9f162c0f68f3ec3d0a4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 6 Apr 2020 12:35:38 +0200 Subject: [PATCH] Update change log, bump version --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e25598..570cfb60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # [unreleased] +# 0.7.2 + +Bug fixes: + +* Fix `create_room` requests without an `initial_state` field failing deserialization +* Fix `sync_events` responses without a `device_one_time_keys_count` field failing deserialization + # 0.7.1 Bug fixes: diff --git a/Cargo.toml b/Cargo.toml index 66ed1ae6..0018c5b0 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.7.1" +version = "0.7.2" edition = "2018" [dependencies]