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"