version and changelog

This commit is contained in:
Ethan Buchman
2018-03-23 00:21:27 -04:00
parent 8fc21cdcd9
commit 454db6c12b
2 changed files with 7 additions and 2 deletions

View File

@@ -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:

View File

@@ -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"