Skip to content

Commit e9cdc25

Browse files
committed
version to 7.1.1
1 parent f9cca00 commit e9cdc25

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
#Changelog
22

3+
## 7.1.1 (2016-11-02)
4+
### 修正
5+
* 多区域配置文件存储目录从home修改到tmp目录
6+
7+
8+
## 7.1.0 (2016-10-22)
9+
### 增加
10+
* 多存储区域的支持
11+
312
## 7.0.8 (2016-07-19)
413
### 增加
514
* demo

src/Qiniu/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
final class Config
77
{
8-
const SDK_VER = '7.1.0';
8+
const SDK_VER = '7.1.1';
99

1010
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
1111

0 commit comments

Comments
 (0)