Skip to content

Commit ad30ab4

Browse files
committed
change version to v7.5.1
1 parent 0551cd2 commit ad30ab4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## 7.5.1 (2021-04-29)
3+
4+
## 增加
5+
* 上传服务基础上传数据 api 支持 InputStream
6+
* 支持构建 DownloadUrl 功能
7+
28

39
## 7.5.0 (2021-04-15)
410

src/main/java/com/qiniu/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public final class Constants {
99
/**
1010
* 版本号
1111
*/
12-
public static final String VERSION = "7.5.0";
12+
public static final String VERSION = "7.5.1";
1313
/**
1414
* 块大小,不能改变
1515
*/

0 commit comments

Comments
 (0)