Skip to content

Commit 47dfe16

Browse files
authored
bump version to v7.20.2 (#132)
1 parent 83cd827 commit 47dfe16

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
2+
## 7.20.2
3+
* 修复
4+
* 修复通过 FormUploader 上传的文件无法正确设置 Content-Type 的问题
5+
26
## 7.20.1
37
* 新增
48
* 获取区域 API 支持单独配置 UC 域名
59
* BucketManager List Bucket 接口支持返回文件的 parts
6-
10+
711
## 7.20.0
812
* 新增
913
* 新版存储客户端库 storagev2 包,包含

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ github.com/qiniu/go-sdk
1717
在您的项目中的 `go.mod` 文件内添加这行代码
1818

1919
```
20-
require github.com/qiniu/go-sdk/v7 v7.20.1
20+
require github.com/qiniu/go-sdk/v7 v7.20.2
2121
```
2222

2323
并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。

conf/conf.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"strings"
66
)
77

8-
const Version = "7.20.1"
8+
const Version = "7.20.2"
99

1010
const (
1111
CONTENT_TYPE_JSON = "application/json"

0 commit comments

Comments
 (0)