We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed1ca8 commit d226f1dCopy full SHA for d226f1d
CHANGELOG.md
@@ -2,14 +2,14 @@
2
3
## 0.20.0
4
5
-*TBD*
+*July 10th, 2018*
6
7
BREAKING CHANGES
8
* msg.GetSignBytes() returns sorted JSON (by key)
9
* msg.GetSignBytes() field changes
10
* `msg_bytes` -> `msgs`
11
* `fee_bytes` -> `fee`
12
-* Update Tendermint to v0.22.0
+* Update Tendermint to v0.22.2
13
* Default ports changed from 466xx to 266xx
14
* Amino JSON uses type names instead of prefix bytes
15
* ED25519 addresses are the first 20-bytes of the SHA256 of the raw 32-byte
version/version.go
@@ -5,7 +5,7 @@ const Maj = "0"
const Min = "20"
const Fix = "0"
-const Version = "0.20.0-dev"
+const Version = "0.20.0"
// GitCommit set by build flags
var GitCommit = ""
0 commit comments