Skip to content

Commit 40e51ef

Browse files
committed
pre-release 2.5.5
1 parent b4a3cbb commit 40e51ef

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.5.4 to 2.5.5
4+
---------
5+
- fix signHost type error
6+
37
2.5.3 to 2.5.4
48
---------
59
- 新增查询是否开通媒体处理接口

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
* @see \Qcloud\Cos\Service::getService()
133133
*/
134134
class Client extends GuzzleClient {
135-
const VERSION = '2.5.4';
135+
const VERSION = '2.5.5';
136136

137137
public $httpClient;
138138

0 commit comments

Comments
 (0)