From 0a5b709d40f02f1d4a05b20e98665394ca55dabb Mon Sep 17 00:00:00 2001 From: Raymond Date: Wed, 19 Dec 2018 15:02:50 +0800 Subject: [PATCH] prepare the v0.9.0-rc0 version release --- CHANGELOG.md | 13 ++++++++----- version/version.go | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ed631d8..183a145ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## 0.9.0-Beta +## 0.9.0-rc0 -*December 14th, 2018* +*December 19th, 2018* BREAKING CHANGES: @@ -18,6 +18,7 @@ FEATURES: - [iris] Slashing module supports querying slashing history - [iris] Gov module adds TxTaxUsageProposal/SoftwareHaltProposal proposals - [iris] Export and import blockchain snapshot at any block height +- [iris] Redesigned to implement class 2 software upgrade - [iris] Restrict the block gas limit - [iris] Improve tx search to support multiple tags - [iris] Improve the default behavior of iris --home @@ -25,9 +26,11 @@ FEATURES: - [iris] Restrict the number of signatures on the transaction - [iris] Add a check for the validator private key type and reject the unsupported private key type - [tendermint] Update tendermint to v0.27.0 - -PENDING: - - [iris] Redesigned to implement class 2 software upgrade + +BUG FIXES: + +- Add chain-id value checking for sign command +- Specify the required flags for cmds `query-proposal`, `query-deposit` and `query-vote` ## 0.8.0 diff --git a/version/version.go b/version/version.go index ecb4d592e..f13007000 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ import ( // Version - Iris Version const ProtocolVersion = 0 -const Version = "0.9.0-Beta" +const Version = "0.9.0-rc0" // GitCommit set by build flags var GitCommit = ""