Version & changelog

This commit is contained in:
Christopher Goes 2018-07-14 04:20:14 +02:00
parent db7407f96e
commit 28a1b5ebc0
2 changed files with 10 additions and 4 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*
@ -24,8 +32,6 @@ BUG FIXES
* [keys] \#1629 - updating password no longer asks for a new password when the first entered password was incorrect
* [lcd] importing an account would create a random account
* [server] 'gaiad init' command family now writes provided name as the moniker in `config.toml`
* [build] Added Ledger build support via `LEDGER_ENABLED=true|false`
* True by default except when cross-compiling
## 0.20.0

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