Skip to content

Commit

Permalink
update version to 7.14.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Oct 16, 2024
1 parent 36a4942 commit 2a2fe12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 7.14.0 (2024-10-16)
* 对象存储,持久化处理支持工作流模版

## 7.13.0 (2024-09-05)
* 对象存储,验证回调方法新增支持 Qiniu 签名
* 对象存储,调整查询空间区域域名顺序与默认空间管理域名
Expand Down
2 changes: 1 addition & 1 deletion src/Qiniu/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Config
{
const SDK_VER = '7.13.0';
const SDK_VER = '7.14.0';

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

Expand Down

0 comments on commit 2a2fe12

Please sign in to comment.