Skip to content

Commit 1ad8a35

Browse files
committed
7.2.9
1 parent 59e3cb3 commit 1ad8a35

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 7.2.9 (2017-12-29)
4+
### 修正
5+
* 部分类、方法的可访问权限
6+
* okhttp 从 3.3.1 升级到 3.9.1
7+
* gson 从 2.6.2 升级到 2.8.2
8+
9+
310
## 7.2.8 (2017-10-18)
411
### 增加
512
* 开放空间和域名列表域名的设置接口,以适应私有云定制

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

0 commit comments

Comments
 (0)