Skip to content

Commit

Permalink
Version to v7.17.1 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn authored Aug 23, 2023
1 parent 23f74ff commit ca1d15f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 7.17.1
* 优化
* 调整在获取 Bucket 所在区域服务域名时的主备域名顺序
* 调整
* 移除内置的亚太-首尔区域

## 7.17.0
* 优化
* 对象存储,UC 服务相关请求支持主备重试
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ github.com/qiniu/go-sdk
在您的项目中的 `go.mod` 文件内添加这行代码

```
require github.com/qiniu/go-sdk/v7 v7.17.0
require github.com/qiniu/go-sdk/v7 v7.17.1
```

并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。
Expand Down
2 changes: 1 addition & 1 deletion conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

const Version = "7.17.0"
const Version = "7.17.1"

const (
CONTENT_TYPE_JSON = "application/json"
Expand Down

0 comments on commit ca1d15f

Please sign in to comment.