Skip to content

Commit 01628b8

Browse files
authored
bump version to v7.25.1 (#154)
* refactor qvs saveas parameter * bump version to v7.25.1
1 parent ee585a8 commit 01628b8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 7.25.1
4+
5+
* 修复
6+
* QVS 录制合并接口
7+
38
## 7.25.0
49

510
* 新增

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ github.com/qiniu/go-sdk
1717
在您的项目中的 `go.mod` 文件内添加这行代码
1818

1919
```
20-
require github.com/qiniu/go-sdk/v7 v7.25.0
20+
require github.com/qiniu/go-sdk/v7 v7.25.1
2121
```
2222

2323
并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。

conf/conf.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/qiniu/go-sdk/v7/internal/env"
55
)
66

7-
const Version = "7.25.0"
7+
const Version = "7.25.1"
88

99
const (
1010
CONTENT_TYPE_JSON = "application/json"

0 commit comments

Comments
 (0)