From c545143d3df2dc5f008a61d46444eb4efd0ee6da Mon Sep 17 00:00:00 2001 From: nkostoulas Date: Fri, 13 Dec 2019 11:13:52 +0000 Subject: [PATCH] Bump to 0.4.6 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fa397..b562351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 2. Robustness improvements 3. Dockerize request script and fixes 4. Complete payments +5. Payment key secrets +6. Child thread handling improvements # 0.3.x diff --git a/Cargo.toml b/Cargo.toml index 1512d7d..2e6610f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "0.4.4" +version = "0.4.6" authors = ["nkostoulas "] description = "Guardnode Coordinator implementation for the Commerceblock Covalence system" homepage = "https://github.com/commerceblock"