Skip to content

Commit

Permalink
IRISHUB-543: prepare the 0.6.0-rc0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongcheng committed Oct 24, 2018
1 parent 7e1219d commit 40f3345
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 21 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@

## 0.6.0-rc0

*October 22th, 2018*
*October 24th, 2018*

BREAKING CHANGES:

- [monitor] Use new executable binary for monitor
- [monitor] Use new executable binary in monitor

FEATURES:

- [record] Add the record module for the data certification on blockchain
- [iservice] Add the feature of iservice definition
- [record] Add the record module of the data certification on blockchain
- [iservice] Add the feature of iService definition
- [cli] Add the example description in the cli help
- [test] Add Cli/LCD/Sim auto-test

BUG FIXES:

- Fix software upgrade issue caused by tx fee
- Panic when building the lcd proof
- Fix bug of converting validator power to byte array
- Report Panic when building the lcd proof
- Fix bugs in converting validator power to byte array


## 0.5.0-rc1
Expand Down
22 changes: 10 additions & 12 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
[[constraint]]
name = "github.com/cosmos/cosmos-sdk"
source = "https://github.com/irisnet/cosmos-sdk.git"
#version = "=v0.24.2-iris1"
branch = "irisnet/v0.24.2-v0.6"
version = "=v0.24.2-irisv0.6"

[[override]]
name = "github.com/golang/protobuf"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// Version - Iris Version
const Version = "0.5.0-rc0"
const Version = "0.6.0-rc0"

// GitCommit set by build flags
var GitCommit = ""
Expand Down

0 comments on commit 40f3345

Please sign in to comment.