Skip to content

Commit 2a2fe12

Browse files
committed
update version to 7.14.0 and changelog
1 parent 36a4942 commit 2a2fe12

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 7.14.0 (2024-10-16)
4+
* 对象存储,持久化处理支持工作流模版
5+
36
## 7.13.0 (2024-09-05)
47
* 对象存储,验证回调方法新增支持 Qiniu 签名
58
* 对象存储,调整查询空间区域域名顺序与默认空间管理域名

src/Qiniu/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
final class Config
66
{
7-
const SDK_VER = '7.13.0';
7+
const SDK_VER = '7.14.0';
88

99
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
1010

0 commit comments

Comments
 (0)