From 336c20742398c7d0aa20daa9ac8131bc925a24e7 Mon Sep 17 00:00:00 2001 From: zhaomei Date: Wed, 24 Feb 2021 17:24:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83v7.9.1=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ README.md | 2 +- conf/conf.go | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07bdc48b..64ddd791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 7.9.1 +* 修复buckets api 已知问题 + ## 7.9.0 * 从 github.com/qiniu/api.v7 迁移至 github.com/qiniu/go-sdk diff --git a/README.md b/README.md index 92b34f7c..c78bbda2 100644 --- a/README.md +++ b/README.md @@ -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。 diff --git a/conf/conf.go b/conf/conf.go index fec4ed49..b39c26e8 100644 --- a/conf/conf.go +++ b/conf/conf.go @@ -1,6 +1,6 @@ package conf -const Version = "7.9.0" +const Version = "7.9.1" const ( CONTENT_TYPE_JSON = "application/json"