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 73400fc commit 7676cd9Copy full SHA for 7676cd9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 7.9.2 (2021-12-30)
4
+
5
+##修复
6
+### QRTC
7
+* qvs修复创建设备的Bug
8
9
## 7.9.1 (2021-12-20)
10
11
## 增加
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
/**
* 版本号
*/
12
- public static final String VERSION = "7.9.1";
+ public static final String VERSION = "7.9.2";
13
14
* 块大小,不能改变
15
0 commit comments