Skip to content

Commit 8311ae8

Browse files
committed
version to 7.9
1 parent e54008c commit 8311ae8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
3+
## 7.9.0 (2021-12-10)
4+
5+
## 增加
6+
### QRTC相关
7+
* 添加APP级别管理接口
8+
* 添加ROOM级别管理接口
9+
* 添加QRTC回调设定接口
10+
* 添加合流任务相关接口
11+
* 添加转推任务相关接口
12+
213
## 7.8.0 (2021-06-22)
314

415
## 增加

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

0 commit comments

Comments
 (0)