Skip to content

Commit

Permalink
Version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes committed Jul 14, 2018
1 parent db7407f commit 28a1b5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""

0 comments on commit 28a1b5e

Please sign in to comment.