File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 0.21.0
4
12
5
13
* July 13th, 2018*
@@ -24,8 +32,6 @@ BUG FIXES
24
32
* [ keys] \# 1629 - updating password no longer asks for a new password when the first entered password was incorrect
25
33
* [ lcd] importing an account would create a random account
26
34
* [ 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
29
35
30
36
## 0.20.0
31
37
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package version
3
3
4
4
const Maj = "0"
5
5
const Min = "21"
6
- const Fix = "0 "
6
+ const Fix = "1 "
7
7
8
- const Version = "0.21.0 "
8
+ const Version = "0.21.1 "
9
9
10
10
// GitCommit set by build flags
11
11
var GitCommit = ""
You can’t perform that action at this time.
0 commit comments