Skip to content

Commit

Permalink
Merge pull request #165 from MinterTeam/dev
Browse files Browse the repository at this point in the history
v0.7.4
  • Loading branch information
danil-lashin committed Nov 20, 2018
2 parents 2019a3f + ac957fb commit 8016e44
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.7.4
*Nov 20th, 2018*

BUG FIXES

- [tendermint] "Send failed" is logged at debug level instead of error
- [tendermint] Set connection config properly instead of always using default
- [tendermint] Seed mode fixes:
- Only disconnect from inbound peers
- Use FlushStop instead of Sleep to ensure all messages are sent before disconnecting

## 0.7.3
*Nov 18th, 2018*

Expand Down
14 changes: 7 additions & 7 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 @@ -47,7 +47,7 @@

[[constraint]]
name = "github.com/tendermint/tendermint"
version = "=0.26.2"
version = "=0.26.3"

[[constraint]]
branch = "v1"
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ package version
const (
Maj = "0"
Min = "7"
Fix = "3"
Fix = "4"
)

var (
// Must be a string because scripts like dist.sh read this file.
Version = "0.7.3"
Version = "0.7.4"

// GitCommit is the current HEAD set using ldflags.
GitCommit string
Expand Down

0 comments on commit 8016e44

Please sign in to comment.