Skip to content

Commit b916534

Browse files
committed
add changelog
1 parent 0ecd8ca commit b916534

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 7.1.3 (2016-11-18)
4+
### 增加
5+
* move, copy操作增加force参数
6+
37
## 7.1.2 (2016-11-12)
48
### 修正
59
* 明确抛出获取各区域域名失败时的报错

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.2';
8+
const SDK_VER = '7.1.3';
99

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

0 commit comments

Comments
 (0)