Skip to content

Commit

Permalink
v3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji Qiren committed Sep 9, 2022
1 parent e8abeab commit b8f869d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v3.9.2
Fri Sep 9 20:36:40 CST 2022

- Upgrade libp2p to v0.22.0
- Remove some unused codes like delaytx and old fork
- Fix the error "The request SyncBlockHashRequest from ... timed out"

## v3.9.1
Wed Aug 24 15:07:54 CST 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.9.0
VERSION = 3.9.1
VERSION = 3.9.2
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 b8f869d

Please sign in to comment.