commit
e38aac5048
|
@ -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*
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
digest = "1:09a7f74eb6bb3c0f14d8926610c87f569c5cff68e978d30e9a3540aeb626fdf0"
|
||||
name = "github.com/bartekn/go-bip39"
|
||||
packages = ["."]
|
||||
|
|
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in New Issue