diff --git a/CHANGELOG.md b/CHANGELOG.md index c72d2b19..5a46f468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ #Changelog +## 7.1.2 (2016-11-12) +### 修正 +* 明确抛出获取各区域域名失败时的报错 + ## 7.1.1 (2016-11-02) ### 修正 * 多区域配置文件存储目录从home修改到tmp目录 diff --git a/src/Qiniu/Config.php b/src/Qiniu/Config.php index 0f6693d4..635bbd10 100644 --- a/src/Qiniu/Config.php +++ b/src/Qiniu/Config.php @@ -5,7 +5,7 @@ final class Config { - const SDK_VER = '7.1.1'; + const SDK_VER = '7.1.2'; const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改