diff --git a/CHANGELOG.md b/CHANGELOG.md index a900df4f..240bcc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.8.0 + Breaking changes: * Update all endpoints to r0.6.0 diff --git a/Cargo.toml b/Cargo.toml index c0e19c4b..81c3bbd0 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-rc.6" +version = "0.8.0" edition = "2018" [dependencies]