From bc9fd6702ecf84a95e9f6da433dbede0c9e4a597 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Mon, 24 Jun 2019 19:11:24 +0200 Subject: [PATCH] Update version to 0.17.0 --- CHANGELOG.md | 4 +++- cmd/bnsd/commands/init_test.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d93489d4..53f481c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog -## HEAD + + +## 0.17.0 - Unified dedupe logic for validator bookkeeping and validator diffs in `app` - A new `errors.Field` was added. This allows to bind errors to field names and diff --git a/cmd/bnsd/commands/init_test.go b/cmd/bnsd/commands/init_test.go index 66976eda..c37e7b44 100644 --- a/cmd/bnsd/commands/init_test.go +++ b/cmd/bnsd/commands/init_test.go @@ -59,7 +59,7 @@ func TestInit(t *testing.T) { // and copies demo tendermint files there. // // these files reside in testdata and can be created -// via `tendermint init`. Current version v0.16.0 +// via `tendermint init` func setupConfig(t *testing.T) string { rootDir, err := ioutil.TempDir("", "mock-sdk-cmd") require.NoError(t, err)