diff --git a/CHANGES.md b/CHANGES.md index 0254a8e..4027a6d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 0.7.1 (2020-05-04) - Update Dockerfile #81 @mosuka - Upgrade dependencies #79 @mosuka diff --git a/bayard-client/Cargo.toml b/bayard-client/Cargo.toml index b5dc5e2..51f1bcd 100644 --- a/bayard-client/Cargo.toml +++ b/bayard-client/Cargo.toml @@ -22,4 +22,4 @@ rand = "0.7.3" serde_json = "1.0.51" bayard-proto = "0.7.4" -bayard-server = { version = "0.7.2", path = "../bayard-server" } +bayard-server = { version = "0.7.1", path = "../bayard-server" } diff --git a/bayard-rest/Cargo.toml b/bayard-rest/Cargo.toml index f8dee6f..de626c0 100644 --- a/bayard-rest/Cargo.toml +++ b/bayard-rest/Cargo.toml @@ -27,4 +27,4 @@ router = "0.6.0" serde_json = "1.0.51" urlencoded = "0.6.0" -bayard-client = { version = "0.7.2", path = "../bayard-client" } +bayard-client = { version = "0.7.1", path = "../bayard-client" } diff --git a/bayard/Cargo.toml b/bayard/Cargo.toml index d602f86..9ab8722 100644 --- a/bayard/Cargo.toml +++ b/bayard/Cargo.toml @@ -28,6 +28,6 @@ num_cpus = "1.13.0" raft = "0.4.3" serde_json = "1.0.51" -bayard-client = { version = "0.7.2", path = "../bayard-client" } +bayard-client = { version = "0.7.1", path = "../bayard-client" } bayard-proto = "0.7.4" -bayard-server = { version = "0.7.2", path = "../bayard-server" } +bayard-server = { version = "0.7.1", path = "../bayard-server" }