Skip to content

Commit 2719794

Browse files
authored
Merge pull request #574 from YangSen-qn/master
version to v7.13.0
2 parents 1c54058 + 0a70abf commit 2719794

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## 7.13.0(2023-03-30)
3+
* Client 开放 head 请求方法
4+
* BatchOperations 增加 size() 方法
5+
* BucketManager 支持获取源站域名
6+
27
## 7.12.1(2022-12-07)
38
* uc query 增加全局缓存
49
* 处理分片 v2 块大小设置无效问题

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<dependency>
1414
<groupId>com.qiniu</groupId>
1515
<artifactId>qiniu-java-sdk</artifactId>
16-
<version>[7.12.0, 7.12.99]</version>
16+
<version>[7.13.0, 7.13.99]</version>
1717
</dependency>
1818
```
1919
或者 Gradle:
2020
```groovy
21-
implementation 'com.qiniu:qiniu-java-sdk:7.12.+'
21+
implementation 'com.qiniu:qiniu-java-sdk:7.13.+'
2222
```
2323

2424
## 运行环境

src/main/java/com/qiniu/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public final class Constants {
99
/**
1010
* 版本号
1111
*/
12-
public static final String VERSION = "7.12.1";
12+
public static final String VERSION = "7.13.0";
1313
/**
1414
* 块大小,不能改变
1515
*/

0 commit comments

Comments
 (0)