Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

Commit

Permalink
update for latest amino. bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Apr 9, 2018
1 parent 7fb3f70 commit 9154169
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.2 (April 9, 2018)

IMPROVEMENTS

- Update for latest go-amino

## 0.6.1 (March 26, 2018)

BREAKING CHANGES
Expand Down
14 changes: 7 additions & 7 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@

[[constraint]]
name = "github.com/tendermint/go-amino"
version = "0.9.3"
version = "0.9.6"

[[constraint]]
name = "github.com/tendermint/tmlibs"
version = "0.8.0-dev"
version = "0.8.1"

[[constraint]]
name = "github.com/tyler-smith/go-bip39"
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package crypto

const Version = "0.6.1"
const Version = "0.6.2"

0 comments on commit 9154169

Please sign in to comment.