Skip to content

Commit

Permalink
bump version to v7.12.0 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Dec 11, 2023
1 parent 8074af5 commit b936b3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.12.0 (2023-12-11)
* 对象存储,支持归档直读存储
* 对象存储,批量操作支持自动查询 rs 服务域名

## 7.11.0 (2023-09-05)
* 支持代理

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.11.0';
const SDK_VER = '7.12.0';

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

Expand Down

0 comments on commit b936b3d

Please sign in to comment.