Skip to content

Commit 6da001b

Browse files
authored
Bump version to v7.21.1 (#135)
1 parent dfd3fa9 commit 6da001b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.21.1
4+
* 修复
5+
* 修复通过 ResumeUploaderV2 上传的文件无法正确设置 Content-Type 的问题
6+
37
## 7.21.0
48
* 新增
59
* 统一环境变量和配置文件

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.21.0
20+
require github.com/qiniu/go-sdk/v7 v7.21.1
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
@@ -4,7 +4,7 @@ import (
44
"github.com/qiniu/go-sdk/v7/internal/env"
55
)
66

7-
const Version = "7.21.0"
7+
const Version = "7.21.1"
88

99
const (
1010
CONTENT_TYPE_JSON = "application/json"

0 commit comments

Comments
 (0)