Update changelog, bump version

This commit is contained in:
Jonas Platte 2020-05-22 17:59:12 +02:00
parent 866885bb38
commit fa8a45ed9f
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
# [unreleased] # [unreleased]
# 0.9.0
Bug fixes: Bug fixes:
* Fix (de)serialization for `r0::media::get_content_thumnail::Response`
* Make `r0::device::get_devices::Response::devices` public * Make `r0::device::get_devices::Response::devices` public
* Change `r0::device::Device` fields according to the spec * Change `r0::device::Device` fields according to the spec

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "ruma-client-api" name = "ruma-client-api"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma-client-api" repository = "https://github.com/ruma/ruma-client-api"
version = "0.8.0" version = "0.9.0"
edition = "2018" edition = "2018"
[dependencies] [dependencies]