Skip to content

Commit

Permalink
pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tuunalai committed May 28, 2024
1 parent ab37936 commit bdd828c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
cos-php-sdk-v5 Upgrade Guide
====================
2.6.9 to 2.6.10
---------
1. 安全特性

2.6.8 to 2.6.9
---------
1. 开通智能语音服务
Expand Down
4 changes: 2 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
* @see \Qcloud\Cos\Service::getService()
*/
class Client extends GuzzleClient {
const VERSION = '2.6.9';
const VERSION = '2.6.10';

public $httpClient;

Expand Down Expand Up @@ -295,7 +295,7 @@ class Client extends GuzzleClient {
'allow_accelerate' => false,
'timezone' => 'PRC',
'locationWithScheme' => false,
'autoChange' => true,
'autoChange' => false,
'limit_flag' => false,
'isCheckRequestPath' => true,
];
Expand Down

0 comments on commit bdd828c

Please sign in to comment.