We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59e3cb3 + f8b08e8 commit 46621ffCopy full SHA for 46621ff
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
## 7.2.8 (2017-10-18)
10
### 增加
11
* 开放空间和域名列表域名的设置接口,以适应私有云定制
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
/**
* 版本号
*/
12
- public static final String VERSION = "7.2.8";
+ public static final String VERSION = "7.2.9";
13
14
* 块大小,不能改变
15
0 commit comments