Skip to content

Commit

Permalink
CI-版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
franktguo committed Aug 16, 2023
1 parent 1045018 commit 0eb08d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
cos-php-sdk-v5 Upgrade Guide
====================
2.6.4 to 2.6.5
---------
1. 文字水印支持scatype、spcent参数
2. 支持提交画质增强任务
3. 创建/更新画质增强模板

2.6.3 to 2.6.4
---------
1. 媒体处理转码任务支持闲时转码
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
* @see \Qcloud\Cos\Service::getService()
*/
class Client extends GuzzleClient {
const VERSION = '2.6.4';
const VERSION = '2.6.5';

public $httpClient;

Expand Down

0 comments on commit 0eb08d6

Please sign in to comment.