From 9e4e9337c70caf2da4472ea82a4bf232232a361c Mon Sep 17 00:00:00 2001 From: LiHS Date: Fri, 31 Mar 2023 14:13:08 +0800 Subject: [PATCH] Update CHANGELOG.md and Config.php --- CHANGELOG.md | 2 +- src/Qiniu/Config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e650f19..cad43d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Next Version +## 7.9.0 (2023-03-31) * 对象存储,修复无法对 key 为空字符串的对象进行操作 * 修复 301 重定向无法正确获取 header 信息 * 对象存储,新增查询区域域名过期时间 diff --git a/src/Qiniu/Config.php b/src/Qiniu/Config.php index 165a8b68..53330f09 100644 --- a/src/Qiniu/Config.php +++ b/src/Qiniu/Config.php @@ -3,7 +3,7 @@ final class Config { - const SDK_VER = '7.8.0'; + const SDK_VER = '7.9.0'; const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改