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 ad79916 commit c6b646eCopy full SHA for c6b646e
CHANGELOG.md
@@ -1,5 +1,8 @@
1
cos-php-sdk-v5 Upgrade Guide
2
====================
3
+2.6.13 to 2.6.14
4
+---------
5
+修复部分问题
6
2.6.12 to 2.6.13
7
---------
8
修复部分问题
src/Client.php
@@ -280,7 +280,7 @@
280
* @see \Qcloud\Cos\Service::getService()
281
*/
282
class Client extends GuzzleClient {
283
- const VERSION = '2.6.13';
+ const VERSION = '2.6.14';
284
285
public $httpClient;
286
0 commit comments