From 1002a8c5d0a0a4e4855d343fc9402f772c6e4211 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Tue, 18 Apr 2017 23:31:30 -0400 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ version/version.go | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5cf42cb..b7115552a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.1 (April 18, 2017) + +IMPROVEMENTS: + +- Update dependencies + ## 0.4.0 (March 6, 2017) BREAKING CHANGES: diff --git a/version/version.go b/version/version.go index 04695d9b8..7b02c593e 100644 --- a/version/version.go +++ b/version/version.go @@ -4,6 +4,6 @@ package version const Maj = "0" const Min = "4" -const Fix = "0" +const Fix = "1" -const Version = "0.4.0" // new Query args and response (with proof!) +const Version = "0.4.1"