We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234cca5 commit 86db7b0Copy full SHA for 86db7b0
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## 7.13.1(2023-05-25)
3
+* GetBucketQuota
4
+* ChangeApiHost
5
+* PlayExpire
6
+
7
## 7.13.0(2023-03-30)
8
* Client 开放 head 请求方法
9
* BatchOperations 增加 size() 方法
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
/**
10
* 版本号
11
*/
12
- public static final String VERSION = "7.13.0";
+ public static final String VERSION = "7.13.1";
13
14
* 块大小,不能改变
15
0 commit comments