Skip to content

Commit 46621ff

Browse files
authored
Merge pull request #317 from sxci/7.2.9
7.2.9
2 parents 59e3cb3 + f8b08e8 commit 46621ff

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,5 +1,11 @@
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+
39
## 7.2.8 (2017-10-18)
410
### 增加
511
* 开放空间和域名列表域名的设置接口,以适应私有云定制

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)