We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd3fa9 commit 6da001bCopy full SHA for 6da001b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 7.21.1
4
+* 修复
5
+ * 修复通过 ResumeUploaderV2 上传的文件无法正确设置 Content-Type 的问题
6
+
7
## 7.21.0
8
* 新增
9
* 统一环境变量和配置文件
README.md
@@ -17,7 +17,7 @@ github.com/qiniu/go-sdk
17
在您的项目中的 `go.mod` 文件内添加这行代码
18
19
```
20
-require github.com/qiniu/go-sdk/v7 v7.21.0
+require github.com/qiniu/go-sdk/v7 v7.21.1
21
22
23
并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。
conf/conf.go
@@ -4,7 +4,7 @@ import (
"github.com/qiniu/go-sdk/v7/internal/env"
)
-const Version = "7.21.0"
+const Version = "7.21.1"
const (
10
CONTENT_TYPE_JSON = "application/json"
0 commit comments