Skip to content

Commit

Permalink
bump version to v7.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bachue committed Oct 27, 2024
1 parent d952090 commit bb391c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.25.0

* 新增
* CDN API 支持计量数据类型

## 7.24.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.24.0
require github.com/qiniu/go-sdk/v7 v7.25.0
```

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

const (
CONTENT_TYPE_JSON = "application/json"
Expand Down

0 comments on commit bb391c9

Please sign in to comment.