Skip to content

Commit a838948

Browse files
author
YangSen-qn
committed
version to 7.15.1
1 parent 1d09325 commit a838948

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 7.15.1(2024-05-29)
3+
* 处理在构造 Download URL 时 Key 前缀为 / 的情况
4+
25
## 7.15.0(2023-12-25)
36
* 区域缓存支持磁盘缓存
47
* 提供快速生成公有云的区域实例的方法

src/main/java/com/qiniu/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public final class Constants {
1010
/**
1111
* 版本号
1212
*/
13-
public static final String VERSION = "7.15.0";
13+
public static final String VERSION = "7.15.1";
1414
/**
1515
* 块大小,不能改变
1616
*/

0 commit comments

Comments
 (0)