Skip to content

Commit

Permalink
Bump version to v7.21.1 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachue committed Jun 3, 2024
1 parent dfd3fa9 commit 6da001b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.21.1
* 修复
* 修复通过 ResumeUploaderV2 上传的文件无法正确设置 Content-Type 的问题

## 7.21.0
* 新增
* 统一环境变量和配置文件
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.21.0
require github.com/qiniu/go-sdk/v7 v7.21.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 @@ -4,7 +4,7 @@ import (
"github.com/qiniu/go-sdk/v7/internal/env"
)

const Version = "7.21.0"
const Version = "7.21.1"

const (
CONTENT_TYPE_JSON = "application/json"
Expand Down

0 comments on commit 6da001b

Please sign in to comment.