Skip to content

Commit ff9a15d

Browse files
committed
publish php sdk 7.2.2
1 parent 122142e commit ff9a15d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.2.2 (2017-11-06
4+
### 增加
5+
* Qiniu算法的鉴权方法
6+
37
## 7.1.4 (2017-06-21)
48
### 增加
59
* cdn 文件/目录 刷新

src/Qiniu/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
final class Config
55
{
6-
const SDK_VER = '7.2.1';
6+
const SDK_VER = '7.2.2';
77

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

0 commit comments

Comments
 (0)