Skip to content

Commit

Permalink
发布v7.9.1版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomei authored and zhaomei committed Feb 24, 2021
1 parent efd7940 commit 336c207
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

## 7.9.1
* 修复buckets api 已知问题

## 7.9.0
* 从 github.com/qiniu/api.v7 迁移至 github.com/qiniu/go-sdk
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.9.0
require github.com/qiniu/go-sdk/v7 v7.9.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
@@ -1,6 +1,6 @@
package conf

const Version = "7.9.0"
const Version = "7.9.1"

const (
CONTENT_TYPE_JSON = "application/json"
Expand Down

0 comments on commit 336c207

Please sign in to comment.