Skip to content

Commit 5e46dbb

Browse files
committed
update version to 8.7.0 and changelog
1 parent 52eef0a commit 5e46dbb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
**2024-09-05**
22

3+
v8.7.0
4+
5+
新增:持久化处理,支持工作流模版
6+
37
v8.6.0
48

59
新增:验证 Qbox, Qiniu 签名的辅助方法

src/Qiniu/QiniuCSharpSDK.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public class QiniuCSharpSDK
3737
/// <summary>
3838
/// SDK版本号
3939
/// </summary>
40-
public const string VERSION = "8.6.0";
40+
public const string VERSION = "8.7.0";
4141

4242
}

0 commit comments

Comments
 (0)