Skip to content

Commit

Permalink
version to 7.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Jul 17, 2023
1 parent 3f86ee8 commit a5b7adb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog
## 7.14.0(2023-07-18)
* Region 移除亚太首尔区域
* BucketManager 的部分 Bucket 级别接口支持主备重试

## 7.13.1(2023-05-25)
* GetBucketQuota
* ChangeApiHost
* 优化 BucketManager 的 getBucketQuota 方法
* 废弃 pu.qbox.me 域名
* 废弃 BucketManager 的 listFilesV2 方法
* PlayExpire

## 7.13.0(2023-03-30)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>[7.13.0, 7.13.99]</version>
<version>[7.14.0, 7.14.99]</version>
</dependency>
```
或者 Gradle:
```groovy
implementation 'com.qiniu:qiniu-java-sdk:7.13.+'
implementation 'com.qiniu:qiniu-java-sdk:7.14.+'
```

## 运行环境
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/qiniu/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public final class Constants {
/**
* 版本号
*/
public static final String VERSION = "7.13.1";
public static final String VERSION = "7.14.0";
/**
* 块大小,不能改变
*/
Expand Down

0 comments on commit a5b7adb

Please sign in to comment.