Merge pull request #1683 from cosmos/release/v0.21.1

Release/v0.21.1
This commit is contained in:
Ethan Buchman 2018-07-16 16:15:47 +01:00 committed by GitHub
commit e38aac5048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 0.21.1
*July 14th, 2018*
BUG FIXES
* [build] Added Ledger build support via `LEDGER_ENABLED=true|false`
* True by default except when cross-compiling
## 0.21.0
*July 13th, 2018*

1
Gopkg.lock generated
View File

@ -2,6 +2,7 @@
[[projects]]
branch = "master"
digest = "1:09a7f74eb6bb3c0f14d8926610c87f569c5cff68e978d30e9a3540aeb626fdf0"
name = "github.com/bartekn/go-bip39"
packages = ["."]

View File

@ -3,9 +3,9 @@ package version
const Maj = "0"
const Min = "21"
const Fix = "0"
const Fix = "1"
const Version = "0.21.0"
const Version = "0.21.1"
// GitCommit set by build flags
var GitCommit = ""