From 454db6c12bcadcd001d954e4a3e02278ddd3f527 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 23 Mar 2018 00:21:27 -0400 Subject: [PATCH] version and changelog --- CHANGELOG.md | 5 +++++ version/version.go | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adba0d2e2..03c029667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.10.2 (March 23, 2018) + +Hot fix to remove `omitempty` from `fee` and to actually run `make +protoc` + ## 0.10.1 (March 22, 2018) FEATURES: diff --git a/version/version.go b/version/version.go index 467cd9e43..ac6a5d50d 100644 --- a/version/version.go +++ b/version/version.go @@ -4,6 +4,6 @@ package version const Maj = "0" const Min = "10" -const Fix = "1" +const Fix = "2" -const Version = "0.10.1" +const Version = "0.10.2"