Skip to content

Commit

Permalink
bump version to v7.20.2 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachue authored May 17, 2024
1 parent 83cd827 commit 47dfe16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog
## 7.20.2
* 修复
* 修复通过 FormUploader 上传的文件无法正确设置 Content-Type 的问题

## 7.20.1
* 新增
* 获取区域 API 支持单独配置 UC 域名
* BucketManager List Bucket 接口支持返回文件的 parts

## 7.20.0
* 新增
* 新版存储客户端库 storagev2 包,包含
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.20.1
require github.com/qiniu/go-sdk/v7 v7.20.2
```

并且在项目中使用 `"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.20.1"
const Version = "7.20.2"

const (
CONTENT_TYPE_JSON = "application/json"
Expand Down

0 comments on commit 47dfe16

Please sign in to comment.