We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7a081 commit cdd486dCopy full SHA for cdd486d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
cos-php-sdk-v5 Upgrade Guide
2
====================
3
+2.6.6 to 2.6.7
4
+---------
5
+修复部分问题
6
+
7
2.6.5 to 2.6.6
8
---------
9
修复部分问题
src/Client.php
@@ -236,7 +236,7 @@
236
* @see \Qcloud\Cos\Service::getService()
237
*/
238
class Client extends GuzzleClient {
239
- const VERSION = '2.6.6';
+ const VERSION = '2.6.7';
240
241
public $httpClient;
242
0 commit comments