diff --git a/CHANGELOG.md b/CHANGELOG.md index be494a1a..12f75a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.7.0 + Improvements: * Add an `Error` type that represents the well-known errors in the client-server API diff --git a/Cargo.toml b/Cargo.toml index 389f3342..06fccb94 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.6.0" +version = "0.7.0" edition = "2018" [dependencies]