Skip to content

Commit d226f1d

Browse files
committed
changelog, version
1 parent aed1ca8 commit d226f1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## 0.20.0
44

5-
*TBD*
5+
*July 10th, 2018*
66

77
BREAKING CHANGES
88
* msg.GetSignBytes() returns sorted JSON (by key)
99
* msg.GetSignBytes() field changes
1010
* `msg_bytes` -> `msgs`
1111
* `fee_bytes` -> `fee`
12-
* Update Tendermint to v0.22.0
12+
* Update Tendermint to v0.22.2
1313
* Default ports changed from 466xx to 266xx
1414
* Amino JSON uses type names instead of prefix bytes
1515
* ED25519 addresses are the first 20-bytes of the SHA256 of the raw 32-byte

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Maj = "0"
55
const Min = "20"
66
const Fix = "0"
77

8-
const Version = "0.20.0-dev"
8+
const Version = "0.20.0"
99

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

0 commit comments

Comments
 (0)