From 65786e4578074d0a6a47f5bfbf0291fe78ba7ec3 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Wed, 13 Jun 2018 10:05:50 +0200 Subject: [PATCH] Update version.go & changelog --- CHANGELOG.md | 5 +++++ version/version.go | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f40117f82..4428f7a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.19.0 + +*June 13, 2018* + BREAKING CHANGES * msg.GetSignBytes() now returns bech32-encoded addresses in all cases * [lcd] REST end-points now include gas @@ -15,6 +19,7 @@ IMPROVEMENTS * [x/stake] More stake tests added to test ByPower index FIXES +* Fixes consensus fault on testnet - see postmortem [here](https://github.com/cosmos/cosmos-sdk/issues/1197#issuecomment-396823021) * [x/stake] bonded inflation removed, non-bonded inflation partially implemented * [lcd] Switch to bech32 for addresses on all human readable inputs and outputs * [lcd] fixed tx indexing/querying diff --git a/version/version.go b/version/version.go index 20074c7bc..e24ef62f1 100644 --- a/version/version.go +++ b/version/version.go @@ -6,10 +6,10 @@ package version // TODO improve const Maj = "0" -const Min = "18" +const Min = "19" const Fix = "0" -const Version = "0.18.0" +const Version = "0.19.0" // GitCommit set by build flags var GitCommit = ""