From 40e51efc05d5addeb9029db7840846809bd666c4 Mon Sep 17 00:00:00 2001 From: tuuna <550566181@qq.com> Date: Wed, 27 Apr 2022 14:20:21 +0800 Subject: [PATCH] pre-release 2.5.5 --- CHANGELOG.md | 4 ++++ src/Client.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af6bf24..346ec5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ cos-php-sdk-v5 Upgrade Guide ==================== +2.5.4 to 2.5.5 +--------- +- fix signHost type error + 2.5.3 to 2.5.4 --------- - 新增查询是否开通媒体处理接口 diff --git a/src/Client.php b/src/Client.php index 02f5a2c..41147f9 100644 --- a/src/Client.php +++ b/src/Client.php @@ -132,7 +132,7 @@ * @see \Qcloud\Cos\Service::getService() */ class Client extends GuzzleClient { - const VERSION = '2.5.4'; + const VERSION = '2.5.5'; public $httpClient;