From e2ba8f2d4ad4d29fb195548e0eef1cdddef7818f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 29 Mar 2020 19:28:57 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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]