From 3265e006d32dc5686e43e435dc39eb0c2275b744 Mon Sep 17 00:00:00 2001 From: nkostoulas Date: Tue, 12 Nov 2019 16:22:21 +0000 Subject: [PATCH] Bump version to 0.3.9 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d39ac66..3a6eab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +# 0.3.x + +1. Fix issue with coordinator not storing empty responses +2. Report script improvements +3. Height checks in service not clientchain +4. Challenge asset key import +5. Docker secrets +6. Docker secrets +7. Bitcoin library updates +8. Docker secrets +9. Enhancements + +# 0.3.0 + +* RPC API + # 0.2.0 * Finished core interfaces and testing diff --git a/Cargo.toml b/Cargo.toml index 558c720..ed53ece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "0.1.0" +version = "0.3.9" authors = ["nkostoulas "] description = "Guardnode Coordinator implementation for the Commerceblock Covalence system" homepage = "https://github.com/commerceblock"