Skip to content

Commit 5903ad3

Browse files
committed
change version to 0.3.0
1 parent 29b6ff2 commit 5903ad3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# ChangeLog - Alibaba Cloud OSS SDK for PHP v2
2+
## 版本号:0.3.0 日期:2025-04-24
3+
### 变更内容
4+
- Feature:add bucket inventory api
5+
- Feature:add bucket style api
6+
- Feature:add bucket resource group api
7+
- Feature:add bucket https config api
8+
- Feature:add bucket redundancy transition api
9+
- Feature:add list cloud boxes api and add cloud box id param
10+
- Feature:add bucket replication api
11+
- Feature:add access point api
212

313
## 版本号:0.2.1 日期:2025-03-18
414
### 变更内容

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
*/
1111
final class Version
1212
{
13-
public const VERSION = '0.2.1';
13+
public const VERSION = '0.3.0';
1414
}

0 commit comments

Comments
 (0)