Skip to content

Commit

Permalink
Merge pull request #159 from ipfs-force-community/chore/bump-v1.14.0-rc2
Browse files Browse the repository at this point in the history
chore: bump version to v1.14.0-rc2
  • Loading branch information
LinZexiao authored Nov 20, 2023
2 parents 3ab2fb9 + 7f030ae commit 83bd706
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# sophon-gateway changelog

## v1.14.0-rc2

* chore: add more connection log [[#156](https://github.com/ipfs-force-community/sophon-gateway/pull/156)]
* fix: register address when add new account [[#157](https://github.com/ipfs-force-community/sophon-gateway/pull/157)]
* fix: refresh accounts when connect to gateway [[#158](https://github.com/ipfs-force-community/sophon-gateway/pull/158)]

## v1.14.0-rc1

* build(deps): bump golang.org/x/net from 0.11.0 to 0.17.0 [[#153](https://github.com/ipfs-force-community/sophon-gateway/pull/153)]
Expand All @@ -21,7 +27,7 @@
* doc: update config description / 更新config注释 by @elvin-du in [[#145](https://github.com/ipfs-force-community/sophon-gateway/pull/145)]
* doc: how to use proxy by @LinZexiao in [[#149](https://github.com/ipfs-force-community/sophon-gateway/pull/149)]
* chore: build(deps): bump github.com/libp2p/go-libp2p from 0.27.5 to 0.27.8 by @dependabot in [[#148](https://github.com/ipfs-force-community/sophon-gateway/pull/148)]
* chore: merge release v1.12 by @simlecode in [[#144](https://github.com/ipfs-force-community/sophon-gateway/pull/144)]
* chore: merge release v1.12 [[#153]([[#144](https://github.com/ipfs-force-community/sophon-gateway/pull/144)]


## v1.12.0
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/filecoin-project/go-address v1.1.0
github.com/filecoin-project/go-jsonrpc v0.1.8
github.com/filecoin-project/go-state-types v0.12.5
github.com/filecoin-project/venus v1.14.0-rc5
github.com/filecoin-project/venus v1.14.0-rc6
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/ipfs-force-community/metrics v1.0.1-0.20231011024528-8c881d456601
Expand Down Expand Up @@ -215,4 +215,4 @@ require (

replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi

replace github.com/filecoin-project/go-jsonrpc => github.com/ipfs-force-community/go-jsonrpc v0.1.9-0.20231019092801-cb5ae7d36fbe
replace github.com/filecoin-project/go-jsonrpc => github.com/ipfs-force-community/go-jsonrpc v0.1.9
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ github.com/filecoin-project/specs-actors/v7 v7.0.1 h1:w72xCxijK7xs1qzmJiw+WYJaVt
github.com/filecoin-project/specs-actors/v7 v7.0.1/go.mod h1:tPLEYXoXhcpyLh69Ccq91SOuLXsPWjHiY27CzawjUEk=
github.com/filecoin-project/specs-storage v0.4.1 h1:yvLEaLZj8f+uByhNC4mFOtCUyL2wQku+NGBp6hjTe9M=
github.com/filecoin-project/specs-storage v0.4.1/go.mod h1:Z2eK6uMwAOSLjek6+sy0jNV2DSsMEENziMUz0GHRFBw=
github.com/filecoin-project/venus v1.14.0-rc5 h1:fvC8gIebeCb/uvix4CAUKflAOKWQjD6KXcRoSO+33hE=
github.com/filecoin-project/venus v1.14.0-rc5/go.mod h1:nCXhYe+mtrtrF+ZAVWDNRprNfXOzRYznXkplAZTofyg=
github.com/filecoin-project/venus v1.14.0-rc6 h1:NiLlvc11lX1tCvxeLRGbjU+GKZlxC+MT4wiLLDj0GKQ=
github.com/filecoin-project/venus v1.14.0-rc6/go.mod h1:/apMxQl6VYz1FMeBStrP3BUsBCmDhyGUW91SLjVg5e8=
github.com/flynn/noise v1.0.0 h1:DlTHqmzmvcEiKj+4RYo/imoswx/4r6iBlCMfVtrMXpQ=
github.com/francoispqt/gojay v1.2.13 h1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=
github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps=
Expand Down Expand Up @@ -474,8 +474,8 @@ github.com/influxdata/influxdb-client-go/v2 v2.2.2 h1:O0CGIuIwQafvAxttAJ/VqMKfbW
github.com/influxdata/influxdb-client-go/v2 v2.2.2/go.mod h1:fa/d1lAdUHxuc1jedx30ZfNG573oQTQmUni3N6pcW+0=
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 h1:W9WBk7wlPfJLvMCdtV4zPulc4uCPrlywQOmbFOhgQNU=
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839/go.mod h1:xaLFMmpvUxqXtVkUJfg9QmT88cDaCJ3ZKgdZ78oO8Qo=
github.com/ipfs-force-community/go-jsonrpc v0.1.9-0.20231019092801-cb5ae7d36fbe h1:6gVbbNP4Cbv0HMudjRIdfmNvV+WDP6I95JMbCHj/YU0=
github.com/ipfs-force-community/go-jsonrpc v0.1.9-0.20231019092801-cb5ae7d36fbe/go.mod h1:jBSvPTl8V1N7gSTuCR4bis8wnQnIjHbRPpROol6iQKM=
github.com/ipfs-force-community/go-jsonrpc v0.1.9 h1:5QavBltfvV6fz/+EbYsCkVxJ1MSJncZm6YuPs1SLdZU=
github.com/ipfs-force-community/go-jsonrpc v0.1.9/go.mod h1:jBSvPTl8V1N7gSTuCR4bis8wnQnIjHbRPpROol6iQKM=
github.com/ipfs-force-community/metrics v1.0.1-0.20231011024528-8c881d456601 h1:zxKQ30KAD6KfvSFAx9tuqQXLDsEHyF+eVaUBXXYC2bU=
github.com/ipfs-force-community/metrics v1.0.1-0.20231011024528-8c881d456601/go.mod h1:wM6EmkEcnJgWOFcVytgvK0u15awEmt8He0f2kAdsFDA=
github.com/ipfs-force-community/sophon-auth v1.14.0-rc1 h1:r+TSz2r6H7K0ZtsiyS4Hmmf1bM62e5vQiHA8SYPIBz4=
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package version
var CurrentCommit string

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.14.0-rc1"
const BuildVersion = "1.14.0-rc2"

var UserVersion = BuildVersion + CurrentCommit

0 comments on commit 83bd706

Please sign in to comment.