Skip to content

Commit 5e152d3

Browse files
committed
7.2.28[ci skip]
1 parent f2f6ede commit 5e152d3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 7.2.28 (2019-12-09)
4+
## 增加
5+
* Client 增加 setAppName 方法,ua 包含设置的名称
6+
## 修改
7+
* 修复 listFilesV2 空指针问题
8+
* 修改 cdn 刷新、预取数量限制,和文档一致
9+
310
## 7.2.27 (2019-10-22)
411
## 增加
512
* SMS 功能增加三个接口

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

+1-1
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.2.27";
12+
public static final String VERSION = "7.2.28";
1313
/**
1414
* 块大小,不能改变
1515
*/

0 commit comments

Comments
 (0)