Merge branch 'master' into develop

This commit is contained in:
Ethan Buchman 2018-06-03 16:10:04 -04:00
commit d66f8bf829
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,8 @@
## 0.19.7
*May 31st, 2018*
BREAKING:
- [libs/pubsub] TagMap#Get returns a string value
@ -16,6 +18,7 @@ FEATURES
- [p2p] AllowDuplicateIP config option to refuse connections from same IP.
- true by default for now, false by default in next breaking release
- [docs] Add docs for query, tx indexing, events, pubsub
- [docs] Add some notes about running Tendermint in production
IMPROVEMENTS:

View File

@ -10,7 +10,7 @@ const (
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.19.7-dev"
Version = "0.19.7"
// GitCommit is the current HEAD set using ldflags.
GitCommit string