From 041b737ca32a8d3456aac339d1db4b1bf5258aa7 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 3 Apr 2020 19:11: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 dfff095f..d5e25598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.7.1 + Bug fixes: * Fix deserialization of `sync_events::Request` diff --git a/Cargo.toml b/Cargo.toml index 8258b075..66ed1ae6 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.7.0" +version = "0.7.1" edition = "2018" [dependencies]