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 up version to v1.13.0-rc1 #187

Merged
merged 1 commit into from
Aug 17, 2023
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# sophon-auth changelog


## v1.13.0-rc1

### New Features

* feat: add regexp option for truth handle by @simlecode in https://github.com/ipfs-force-community/sophon-auth/pull/173
* feat: update error info / 改善错误提示 by @elvin-du in https://github.com/ipfs-force-community/sophon-auth/pull/183
* feat: add venus api header by @LinZexiao in https://github.com/ipfs-force-community/sophon-auth/pull/185

### Documentations and Chores

* Update README.md by @Fatman13 in https://github.com/ipfs-force-community/sophon-auth/pull/175
* Update README.md by @0x5459 in https://github.com/ipfs-force-community/sophon-auth/pull/177
* chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in https://github.com/ipfs-force-community/sophon-auth/pull/179
* chore: upgrade ipfs-force-community/metrics by @0x5459 in https://github.com/ipfs-force-community/sophon-auth/pull/180
* Chore/merge release v1.12 by @simlecode in https://github.com/ipfs-force-community/sophon-auth/pull/184
* add more description for config / 添加更多注释给config文件 by @elvin-du in https://github.com/ipfs-force-community/sophon-auth/pull/182


## v1.12.0

## v1.12.1-rc1
Expand Down
2 changes: 1 addition & 1 deletion core/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package core

var CurrentCommit string

const BuildVersion = "1.12.0"
const BuildVersion = "1.13.0-rc1"

var Version = BuildVersion + CurrentCommit

Expand Down
Loading