Skip to content

Commit 17b973a

Browse files
author
franktguo
committed
Update CHANGELOG
1 parent da9d038 commit 17b973a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.14 to 2.6.15
4+
---------
5+
1. 通过API使用极智压缩
6+
2. 图片单次审核同步接口使用URL方式报错问题修复
7+
3. 补充文件提交文件解压任务UnCompressKey参数
8+
39
2.6.13 to 2.6.14
410
---------
511
修复部分问题

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
* @see \Qcloud\Cos\Service::getService()
282282
*/
283283
class Client extends GuzzleClient {
284-
const VERSION = '2.6.14';
284+
const VERSION = '2.6.15';
285285

286286
public $httpClient;
287287

0 commit comments

Comments
 (0)