Skip to content

Commit

Permalink
v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji Qiren committed May 31, 2022
1 parent cea54f2 commit cea7b29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v3.8.1
Tue May 31 19:55:13 CST 2022

Nodes should upgrade to this new version.

- Support yamux muxer in libp2p
- Support tls and noise security protocol in libp2p
- Improve p2p rejoin time when reboot

## v3.8.0
Wed Mar 16 16:07:42 UTC 2022

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GO_INSTALL := $(GO) install

PROJECT_NAME := $(shell basename "$(PWD)")
BUILDER_VERSION = 3.8.0
VERSION = 3.8.0
VERSION = 3.8.1
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 cea7b29

Please sign in to comment.