Skip to content

Commit c940699

Browse files
committed
update ver
1 parent 60834fa commit c940699

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 7.9.1 (2021-12-20)
4+
5+
## 增加
6+
### QRTC相关
7+
* 新增语音对讲
8+
* 新增平台设备类型
9+
310
## 7.9.0 (2021-12-10)
411

512
## 增加

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

0 commit comments

Comments
 (0)