From aaaa5f23e2ce31dbd974f47bd8c205ee25950f47 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 30 May 2018 23:36:36 -0400 Subject: [PATCH] changelog and version --- CHANGELOG.md | 3 +++ version/version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5cad4a..81264df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.19.7 +*May 31st, 2018* + BREAKING: - [libs/pubsub] TagMap#Get returns a string value @@ -13,6 +15,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: diff --git a/version/version.go b/version/version.go index 32f003bb..c235d6a7 100644 --- a/version/version.go +++ b/version/version.go @@ -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