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"