Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version to v0.8.0-rc1 #69

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.8.0-rc1

* feat: add metrics [[#66](https://github.com/ipfs-force-community/sophon-co/pull/66)]
* feat: add repo [[#67](https://github.com/ipfs-force-community/sophon-co/pull/67)]
* chore: update deps [[#68](https://github.com/ipfs-force-community/sophon-co/pull/68)]

## v0.7.1

* fix: add eth rpc alias [[#64](https://github.com/ipfs-force-community/sophon-co/pull/64)]
Expand All @@ -24,8 +30,8 @@

## v0.6.0-rc1

* fix: support MpoolGetConfig by @simlecode in https://github.com/ipfs-force-community/sophon-co/pull/51
* feat: rename the chain-co to sophon-co by @LinZexiao in https://github.com/ipfs-force-community/sophon-co/pull/54
* fix: support MpoolGetConfig [[#51](https://github.com/ipfs-force-community/sophon-co/pull/51)]
* feat: rename the chain-co to sophon-co [[#54](https://github.com/ipfs-force-community/sophon-co/pull/54)]

## v0.5.1

Expand All @@ -38,14 +44,14 @@
* update sophon-auth version to v1.11.0
## v0.5.0-rc1

* Feat: recorver docker ci by @LinZexiao in https://github.com/ipfs-force-community/sophon-co/pull/32
* fix: fix wrap rate litmit by @simlecode in https://github.com/ipfs-force-community/sophon-co/pull/33
* feat: add status api to detect api ready by @hunjixin in https://github.com/ipfs-force-community/sophon-co/pull/34
* fix: build deps before build docker by @LinZexiao in https://github.com/ipfs-force-community/sophon-co/pull/36
* Feat: prevent launch without token by @LinZexiao in https://github.com/ipfs-force-community/sophon-co/pull/41
* Feat: add docker push by @hunjixin in https://github.com/ipfs-force-community/sophon-co/pull/42
* fix: block-not-found by @simlecode in https://github.com/ipfs-force-community/sophon-co/pull/45
* chore: support MpoolBatchPushUntrusted by @simlecode in https://github.com/ipfs-force-community/sophon-co/pull/37
* Feat: recorver docker ci [[#32](https://github.com/ipfs-force-community/sophon-co/pull/32)]
* fix: fix wrap rate litmit [[#33](https://github.com/ipfs-force-community/sophon-co/pull/33)]
* feat: add status api to detect api ready [[#34](https://github.com/ipfs-force-community/sophon-co/pull/34)]
* fix: build deps before build docker [[#36](https://github.com/ipfs-force-community/sophon-co/pull/36)]
* Feat: prevent launch without token [[#41](https://github.com/ipfs-force-community/sophon-co/pull/41)]
* Feat: add docker push [[#42](https://github.com/ipfs-force-community/sophon-co/pull/42)]
* fix: block-not-found [[#45](https://github.com/ipfs-force-community/sophon-co/pull/45)]
* chore: support MpoolBatchPushUntrusted [[#37](https://github.com/ipfs-force-community/sophon-co/pull/37)]

## v0.4.0

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var Version = "0.7.1"
var Version = "0.8.0-rc1"

var CurrentCommit string
Loading