Skip to content

Commit

Permalink
Update version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Jun 24, 2019
1 parent 9fbb9e6 commit bc9fd67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/bnsd/commands/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bc9fd67

Please sign in to comment.