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]