Skip to content

Commit

Permalink
Merge pull request #520 from qiniu/ys_dev
Browse files Browse the repository at this point in the history
change version to 7.6.0
  • Loading branch information
Mei-Zhao authored Apr 29, 2021
2 parents adce452 + 0db1fe3 commit c4afdb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## 7.5.1 (2021-04-29)
## 7.6.0 (2021-04-29)

## 增加
* 上传服务基础上传数据 api 支持 InputStream
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>[7.5.0, 7.5.99]</version>
<version>[7.6.0, 7.6.99]</version>
</dependency>
```
或者 Gradle:
```groovy
compile 'com.qiniu:qiniu-java-sdk:7.5.+'
compile 'com.qiniu:qiniu-java-sdk:7.6.+'
```

## 运行环境
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.5.1";
public static final String VERSION = "7.6.0";
/**
* 块大小,不能改变
*/
Expand Down

0 comments on commit c4afdb1

Please sign in to comment.