Update change log, bump version

This commit is contained in:
Jonas Platte 2020-04-06 12:35:38 +02:00
parent d6e4bd9ddc
commit fe92c2940a
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 8 additions and 1 deletions

View File

@ -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:

View File

@ -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]