From cdd486d347721b2a291c4590474c69102cab1643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tuunalai=EF=BC=88=E8=B5=96=E6=9D=B0=EF=BC=89?= <550566181@qq.com> Date: Thu, 19 Oct 2023 14:12:57 +0800 Subject: [PATCH] pre-release 2.6.7 --- CHANGELOG.md | 4 ++++ src/Client.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 731bac0..498b11d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ cos-php-sdk-v5 Upgrade Guide ==================== +2.6.6 to 2.6.7 +--------- +修复部分问题 + 2.6.5 to 2.6.6 --------- 修复部分问题 diff --git a/src/Client.php b/src/Client.php index f7cb785..5dbb2d0 100644 --- a/src/Client.php +++ b/src/Client.php @@ -236,7 +236,7 @@ * @see \Qcloud\Cos\Service::getService() */ class Client extends GuzzleClient { - const VERSION = '2.6.6'; + const VERSION = '2.6.7'; public $httpClient;