Skip to content

Commit 6bbce32

Browse files
author
franktguo
committed
release
1 parent a430665 commit 6bbce32

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.7 to 2.6.8
4+
---------
5+
1. 实时文字翻译
6+
2. 图片标签
7+
3. Logo、游戏场景、人体、宠物、卡证识别
8+
4. 创建、更新视频目标检测模板
9+
5. 提交视频目标检测任务、视频人像抠图任务
10+
6. 关闭AI内容识别服务
11+
312
2.6.6 to 2.6.7
413
---------
514
修复部分问题

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
* @see \Qcloud\Cos\Service::getService()
249249
*/
250250
class Client extends GuzzleClient {
251-
const VERSION = '2.6.7';
251+
const VERSION = '2.6.8';
252252

253253
public $httpClient;
254254

0 commit comments

Comments
 (0)