Skip to content

Commit

Permalink
Merge pull request #285 from irisnet/release
Browse files Browse the repository at this point in the history
Hotfix v0.4.2
  • Loading branch information
wukongcheng authored Sep 22, 2018
2 parents b289808 + 6c87974 commit 0d2ba7f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.4.2

*September 22th, 2018*

BUG FIXES

- Fix consensus failure due to the double sign evidence be broadcasted before the genesis block

## 0.4.1

*September 12th, 2018*

BUG FIXES

- Missing to set validator intraTxCount in stake genesis init


## 0.4.0

*September 6th, 2018*
Expand Down
6 changes: 3 additions & 3 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
[[constraint]]
name = "github.com/cosmos/cosmos-sdk"
source = "https://github.com/irisnet/cosmos-sdk.git"
version = "=v0.23.0-iris4"
version = "=v0.23.0-iris5"

[[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 @@ -12,7 +12,7 @@ import (
)

// Version - Iris Version
const Version = "0.4.1"
const Version = "0.4.2"

func GetCmdVersion(storeName string, cdc *wire.Codec) *cobra.Command {
cmd := &cobra.Command{
Expand Down

0 comments on commit 0d2ba7f

Please sign in to comment.