We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60834fa commit c940699Copy full SHA for c940699
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 7.9.1 (2021-12-20)
4
+
5
+## 增加
6
+### QRTC相关
7
+* 新增语音对讲
8
+* 新增平台设备类型
9
10
## 7.9.0 (2021-12-10)
11
12
## 增加
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
/**
* 版本号
*/
- public static final String VERSION = "7.9.0";
+ public static final String VERSION = "7.9.1";
13
14
* 块大小,不能改变
15
0 commit comments