Browse Source

version and changelog

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
454db6c12b
2 changed files with 7 additions and 2 deletions
  1. +5
    -0
      CHANGELOG.md
  2. +2
    -2
      version/version.go

+ 5
- 0
CHANGELOG.md 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:


+ 2
- 2
version/version.go 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"

Loading…
Cancel
Save