Skip to content

Commit 28a1b5e

Browse files
committed
Version & changelog
1 parent db7407f commit 28a1b5e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.21.1
4+
5+
*July 14th, 2018*
6+
7+
BUG FIXES
8+
* [build] Added Ledger build support via `LEDGER_ENABLED=true|false`
9+
* True by default except when cross-compiling
10+
311
## 0.21.0
412

513
*July 13th, 2018*
@@ -24,8 +32,6 @@ BUG FIXES
2432
* [keys] \#1629 - updating password no longer asks for a new password when the first entered password was incorrect
2533
* [lcd] importing an account would create a random account
2634
* [server] 'gaiad init' command family now writes provided name as the moniker in `config.toml`
27-
* [build] Added Ledger build support via `LEDGER_ENABLED=true|false`
28-
* True by default except when cross-compiling
2935

3036
## 0.20.0
3137

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package version
33

44
const Maj = "0"
55
const Min = "21"
6-
const Fix = "0"
6+
const Fix = "1"
77

8-
const Version = "0.21.0"
8+
const Version = "0.21.1"
99

1010
// GitCommit set by build flags
1111
var GitCommit = ""

0 commit comments

Comments
 (0)