Skip to content

Commit

Permalink
Release v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Aug 5, 2021
1 parent c53d93c commit 10e75fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v3.7.0
Thu Aug 5 11:01:19 UTC 2021

Compatible upgrade.

- iwallet cli: add account keypair change command 'iwallet account update'
- sdk: sdk can support multi users and multi keypairs now

## v3.6.0
Fri Apr 16 15:42:09 CST 2021

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ GO_TEST := $(GO) test -mod vendor -race -timeout 600s
GO_INSTALL := $(GO) install -mod vendor

PROJECT_NAME := $(shell basename "$(PWD)")
BUILDER_VERSION = 3.5.0
VERSION = 3.6.0
BUILDER_VERSION = 3.7.0
VERSION = 3.7.0
COMMIT = $(shell git rev-parse --short HEAD)
PROJECT = github.com/iost-official/go-iost
DOCKER_IMAGE = iostio/iost-node:$(VERSION)-$(COMMIT)
Expand Down

0 comments on commit 10e75fa

Please sign in to comment.