Skip to content

Commit 73d4211

Browse files
committed
version to 7.8.0
1 parent 7a10fb0 commit 73d4211

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 7.8.0 (2021-06-22)
3+
4+
## 增加
5+
* 支持批量解冻归档
26

37
## 7.7.0 (2021-05-28)
48

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<dependency>
1313
<groupId>com.qiniu</groupId>
1414
<artifactId>qiniu-java-sdk</artifactId>
15-
<version>[7.7.0, 7.7.99]</version>
15+
<version>[7.8.0, 7.8.99]</version>
1616
</dependency>
1717
```
1818
或者 Gradle:
1919
```groovy
20-
compile 'com.qiniu:qiniu-java-sdk:7.7.+'
20+
compile 'com.qiniu:qiniu-java-sdk:7.8.+'
2121
```
2222

2323
## 运行环境

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.7.0";
12+
public static final String VERSION = "7.8.0";
1313
/**
1414
* 块大小,不能改变
1515
*/

0 commit comments

Comments
 (0)