From af697d3c4abbf6b1e80cfb6010aef9556e8706bd Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Tue, 10 Jul 2018 09:47:40 -0400 Subject: [PATCH] changelog, version --- CHANGELOG.md | 6 +++++- version/version.go | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bca6484..9f2d4146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -IMPROVEMENTs +## 0.22.2 + +*July 10th, 2018* + +IMPROVEMENTS - [docs] Include `ecosystem.json` and `tendermint-bft.md` from deprecated `aib-data` repository. - [config] Add `instrumentation.max_open_connections`, which limits the number of requests in flight to Prometheus server (if enabled). Default: 3. diff --git a/version/version.go b/version/version.go index 68f1b483..6ba0dcb4 100644 --- a/version/version.go +++ b/version/version.go @@ -4,13 +4,13 @@ package version const ( Maj = "0" Min = "22" - Fix = "1" + Fix = "2" ) var ( // Version is the current version of Tendermint // Must be a string because scripts like dist.sh read this file. - Version = "0.22.1" + Version = "0.22.2" // GitCommit is the current HEAD set using ldflags. GitCommit string