diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa986f..6a041cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/core/const.go b/core/const.go index 5474ab6..badd250 100644 --- a/core/const.go +++ b/core/const.go @@ -2,7 +2,7 @@ package core var CurrentCommit string -const BuildVersion = "1.12.0" +const BuildVersion = "1.13.0-rc1" var Version = BuildVersion + CurrentCommit