Skip to content

Commit cdd486d

Browse files
committed
pre-release 2.6.7
1 parent 3c7a081 commit cdd486d

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
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.6 to 2.6.7
4+
---------
5+
修复部分问题
6+
37
2.6.5 to 2.6.6
48
---------
59
修复部分问题

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
* @see \Qcloud\Cos\Service::getService()
237237
*/
238238
class Client extends GuzzleClient {
239-
const VERSION = '2.6.6';
239+
const VERSION = '2.6.7';
240240

241241
public $httpClient;
242242

0 commit comments

Comments
 (0)